diff --git a/asgi_app.py b/asgi_app.py index ea0d85e..da1e00f 100644 --- a/asgi_app.py +++ b/asgi_app.py @@ -82,6 +82,7 @@ async def custom_401_handler(request: Request, exc: HTTPException): # Mount MCP app as sub-application app.mount("/mcp/", mcp_app) +app.mount("/mcp", mcp_app) # Also mount without trailing slash for Claude compatibility # FastAPI health check endpoint @app.get("/health")