Skip to content

Commit c072bd2

Browse files
committed
feat: MCP support get third-part system datasource
1 parent 2c980d1 commit c072bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def custom_generate_unique_id(route: APIRoute) -> str:
7373
description="SQLBot MCP Server",
7474
describe_all_responses=True,
7575
describe_full_response_schema=True,
76-
include_operations=["get_datasource_list", "get_model_list", "mcp_question", "mcp_start"]
76+
include_operations=["get_datasource_list", "get_model_list", "mcp_question", "mcp_start", "mcp_assistant"]
7777
)
7878

7979
mcp.mount(mcp_app)

0 commit comments

Comments
 (0)