Connecting to use MCP Agent Army issues

My message from Roo Code in VS Code: The errors are caused by the MCP Python package lacking the expected MCPClient class. To proceed, you need to obtain or develop a compatible MCP client implementation that supports connecting to your MCP servers. Once you have that, the agent army can be run successfully.
I’m having issues getting past this to get the Agent Army to work. I have successfully connected to Archon.

1 Like

Could you please share more what you have done for your setup process so far? And what the exactly error you are getting is? :slight_smile:

Cole, thanks for replying directly. I thoroughly enjoy your channel. You’re on the cutting edge.
I attempted to do the following as a fix:
The error about the missing MCPClient class indicates a mismatch between your MCP Python package version and what Cole Medin’s Ottomator agent army expects. Here’s how to resolve this:

Immediate Fix: Install Correct MCP Implementation

  1. Uninstall current MCP package:

    pip uninstall mcp
    
  2. Install Cole Medin’s MCP fork:

    pip install git+https://github.com/coleam00/mcp-python-sdk.git
    

I got this from Roo Code: Attempted to install coleam00/mcp-python-sdk, but the repository does not exist or is private. You will need to request access to this repository from Cole Medin or obtain the correct MCP client package source. Once you have access, you can install it and proceed with running your agent army.
Thanks.

That is a hallucination from the LLM! There is nothing wrong with your version of MCP and I don’t have my own fork of MCP!

1 Like