typescript_1.1.1

2FastLabs/agent-squadtypescript_1.1.1Jul 13, 2026by cornelcroi

AI Summary

Adds the MCPToolProvider to connect Model Context Protocol servers as a drop-in replacement for AgentTools, supporting stdio and SSE transports. Also fixes false positives in the Lychee CI link checker.

Key Highlights

  • MCPToolProvider for connecting MCP servers
  • Supports stdio and SSE transports
  • Fixed Lychee CI false positives (429/403)

New Features

  • MCPToolProvider implementation
  • Lychee CI link checker bug fixes

Full Release Notes

## 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 `@modelcontextprotocol/sdk` as a peer dependency.

## Bug fixes

- Fixed Lychee CI link checker false positives (429/403 from rate-limited domains)

## Installation

\`\`\`bash
npm install agent-squad@1.1.1
# with MCP support:
npm install agent-squad@1.1.1 @modelcontextprotocol/sdk
\`\`\`