python_1.1.1
What's new
- MCPToolProvider — connect one or more MCP (Model Context Protocol) servers to any agent as a drop-in
AgentToolsreplacement. Supports stdio and SSE transports. Install withpip install agent-squad[mcp].
Bug fixes
- Fixed Lychee CI link checker false positives (429/403 from rate-limited domains)
Installation
```bash
pip install agent-squad==1.1.1
with MCP support:
pip install "agent-squad[mcp]==1.1.1"
```