Skip to content

Commit e618342

Browse files
committed
feat: support mcp
1 parent 3c21fb4 commit e618342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aperag/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from aperag.views.main import router as main_router
2828

2929
# Initialize MCP server integration
30-
mcp_app = mcp_server.http_app()
30+
mcp_app = mcp_server.http_app(path="/")
3131

3232
# Create the main FastAPI app with MCP lifespan
3333
app = FastAPI(

0 commit comments

Comments
 (0)