diff --git a/backend/main.py b/backend/main.py index e473af87..689fff66 100644 --- a/backend/main.py +++ b/backend/main.py @@ -184,7 +184,7 @@ async def custom_swagger_ui(request: Request): description="SQLBot MCP Server", describe_all_responses=True, describe_full_response_schema=True, - include_operations=["mcp_datasource_list", "get_model_list", "mcp_question", "mcp_start", "mcp_assistant"] + include_operations=["mcp_datasource_list", "get_model_list", "mcp_question", "mcp_start", "mcp_assistant", "mcp_ws_list"] ) mcp.mount(mcp_app)