We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761c3c8 commit 96ab481Copy full SHA for 96ab481
backend/apps/mcp/mcp.py
@@ -33,7 +33,7 @@
33
tokenUrl=f"{settings.API_V1_STR}/login/access-token"
34
)
35
36
-router = APIRouter(tags=["mcp"], prefix="/mcp", include_in_schema=False)
+router = APIRouter(tags=["mcp"], prefix="/mcp")
37
38
39
# @router.post("/access_token", operation_id="access_token")
0 commit comments