Skip to content

python_1.1.1

Choose a tag to compare

@cornelcroi cornelcroi released this 13 Jul 21:20

What's new

  • MCPToolProvider — connect one or more MCP (Model Context Protocol) servers to any agent as a drop-in AgentTools replacement. Supports stdio and SSE transports. Install with pip 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"
```