v0.5.0
VRSEN/agency-swarmv0.5.0Apr 18, 2025by nicko-ai
AI Summary
This release introduces full Model Context Protocol (MCP) support, enabling agents to connect to local and remote servers and interact with external tools without custom code.
Key Highlights
- Local and remote MCP server support
- Interaction with filesystems and APIs via MCP
- No custom tools required for external interactions
New Features
- MCP Integration
- Local MCP server support
- Remote MCP server support
Full Release Notes
## What's Changed - MCP Integration: Agents can now connect to both local and remote MCP servers. This allows them to interact with filesystems, APIs, or any tool exposed through MCP—no custom tools required. Read the full guide: [MCP Integration in Agency Swarm](https://agency-swarm.ai/core-framework/tools/mcp-integration) ## PRs * Added mcp server support for agents by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/264 **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v0.4.6...v0.5.0