Related work¶
| Project | Difference |
|---|---|
| FastMCP | Tool registration / DX. This package mounts and authenticates HTTP. |
| AWS Serverless MCP Server | MCP tools for SAM/Lambda development, not an ASGI mount library. |
| invariantlabs-ai/mcp-streamable-http | Transport examples. |
mcp-streamablehttp-proxy / mcp-streamablehttp-client |
stdio ↔ HTTP bridges. |
| CodeSignal: mount MCP in FastAPI | Intro to app.mount + SSE. This package targets Streamable HTTP, auth, and Mangum. |
Official transport: Streamable HTTP.