Skip to content

Commit d4d662d

Browse files
committed
add configuration example of router and resolve CI format error in mcp_router.py
1 parent 14dfefa commit d4d662d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config.yaml.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ tool:
4040
las:
4141
url: #mcp sse url
4242
dataset_id: #dataset name
43+
mcp_router:
44+
url: #mcp sse url
4345

4446

4547
observability:

veadk/tools/builtin_tools/mcp_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
url = getenv("TOOL_MCP_Router_URL")
2020

21-
mcp_router = MCPToolset(connection_params=SseConnectionParams(url=url))
21+
mcp_router = MCPToolset(connection_params=SseConnectionParams(url=url))

0 commit comments

Comments
 (0)