Agent Setup Sequence
Follow the sequence to mount your AI soul to the MCP Server.
System Initialization
Welcome to The Undesirables. This interactive sequence will walk you through compiling your 1-of-1 AI agent and linking it to the MCP server.

Diagnostics & Troubleshooting
If your AI soul runs into compilation errors, check the terminal readout below.
Your AI's brain is offline. Make sure you have downloaded the Ollama app and it is physically running in your menu bar. The model won't spin up if the daemon isn't running.
You typed plain English directly into the Python terminal! The MCP server only reads JSON-RPC. To actually chat with it, use an MCP Client like the official Inspector UI or Cursor's AI chat.
The MCP Server can't find your downloaded soul. Make sure you extracted the `.zip` file, and that you passed the exact, full absolute path to the unzipped folder.
You forgot to activate your Virtual Environment. Always run `source venv/bin/activate` (or `venv\\Scripts\\activate` on Windows) before running the server.