Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@shahar4499 shahar4499 released this 28 Jul 12:10
· 3 commits to main since this release
4cd0c0a

🚀 FastAPI-MCP now supports Streamable HTTP transport.

HTTP transport is now the recommended approach, following the specification that positions HTTP as the standard while maintaining SSE for backwards compatibility.

⚠️ Breaking Changes

  • mount() method is deprecated and will be removed in a future version. Use mount_http() for HTTP transport (recommended) or mount_sse() for SSE transport.

Added

  • 🎉 Streamable HTTP Transport Support - New mount_http() method implementing the MCP Streamable HTTP specification
  • 🎉 Stateful Session Management - For both HTTP and SSE transports

PRs

Full Changelog: v0.3.7...v0.4.0