Capability
Native Fastapi Dependency Injection And Middleware Preservation
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Unique: Reconstructs the full FastAPI request context including dependency injection and middleware execution by using ASGI transport, enabling MCP-invoked endpoints to behave identically to HTTP-invoked endpoints. Most MCP-to-REST bridges bypass middleware and dependencies.
vs others: Preserves FastAPI's full execution context including dependencies and middleware, whereas HTTP-based MCP servers cannot access or execute FastAPI-specific features.