From 5ea1cf924aeaba348864c9dcf072d40f807ef02c Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sun, 29 Jun 2025 21:49:02 +0300 Subject: [PATCH] Update asgi_app.py --- asgi_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asgi_app.py b/asgi_app.py index 2a503b6..ebb9382 100644 --- a/asgi_app.py +++ b/asgi_app.py @@ -49,7 +49,7 @@ app.include_router(stripe_router, prefix="/api") # Create MCP Starlette sub-application mcp_app = mcp_server.http_app( - path="/mcp", + path="/", middleware=custom_middleware )