Update asgi_app.py
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user