Agno v3.0.6
Agno v3.0.6 introduces stateless MCP serving for multi-instance deployments, adds fastmcp-based MCP client migration, exposes an MCP Server Card endpoint, and resolves key bugs across Anthropic, Gemini, and chunking modules.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Agno release v3.0.6 introduces stateless MCP serving ( MCPConfig(stateless=True) ), enabling horizontal replica scaling without session affinity at the expense of server-initiated notifications and SSE resumability. Protocol negotiation mode can now be controlled via MCPTools(protocol mode=...) , defaulting to 'legacy' while supporting 'auto', with internal clients migrated to fastmcp.Client . Additional features include an AgentOS MCP Server Card at GET /mcp/server-card , support for .zip and .eml file uploads in AgentOS, custom route bypasses via AuthorizationConfig.excluded route paths , and custom async client injection for AWS Bedrock models and embedders. Bug fixes include verbatim Anthropic assistant turn replay to prevent thinking block rejections, dynamic MIME type resolution for Gemini images, deduplication of trailing chunks in RecursiveChunking, streamed error exposition and wire field transmission in AG-UI, and pinned dependency tree-sitter-language-pack<1.16 for the chonkie code chunker.
可执行摘要
Agno v3.0.6 release brings stateless MCP serving via MCPConfig(stateless=True) , modernizes MCP client on fastmcp.Client , adds protocol negotiation controls, introduces /mcp/server-card , enables custom Bedrock async clients, and fixes Anthropic thinking block replay errors.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade Agno deployments to v3.0.6 if running multi-instance architectures that benefit from stateless MCP serving via MCPConfig(stateless=True).
- Evaluate MCP protocol era negotiation by configuring MCPTools protocol mode if moving beyond legacy session-based handshakes.
- Verify Anthropic workflows utilizing extended thinking to ensure previous turn rejection errors are resolved.