Update asgi_app.py

This commit is contained in:
saidsurucu
2025-07-02 03:15:41 +03:00
parent 13ed5b3c67
commit 2946a4863d
+1 -1
View File
@@ -81,7 +81,7 @@ async def custom_401_handler(request: Request, exc: HTTPException):
return response
# Mount MCP app as sub-application
app.mount("/mcp", mcp_app)
app.mount("/mcp/", mcp_app)
# FastAPI health check endpoint
@app.get("/health")