We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c21fb4 commit e618342Copy full SHA for e618342
1 file changed
aperag/app.py
@@ -27,7 +27,7 @@
27
from aperag.views.main import router as main_router
28
29
# Initialize MCP server integration
30
-mcp_app = mcp_server.http_app()
+mcp_app = mcp_server.http_app(path="/")
31
32
# Create the main FastAPI app with MCP lifespan
33
app = FastAPI(
0 commit comments