diff --git a/asgi_app.py b/asgi_app.py index 6a841f2..ea0d85e 100644 --- a/asgi_app.py +++ b/asgi_app.py @@ -80,8 +80,8 @@ async def custom_401_handler(request: Request, exc: HTTPException): return response -# Mount MCP app as sub-application -app.mount("/mcp", mcp_app) +# Mount MCP app as sub-application +app.mount("/mcp/", mcp_app) # FastAPI health check endpoint @app.get("/health")