Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ tool:
las:
url: #mcp sse url
dataset_id: #dataset name
mcp_router:
url: #mcp sse url


observability:
Expand Down
2 changes: 1 addition & 1 deletion veadk/tools/builtin_tools/mcp_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

url = getenv("TOOL_MCP_Router_URL")
Comment thread
songyichun123 marked this conversation as resolved.
Outdated

mcp_router = MCPToolset(connection_params=SseConnectionParams(url=url))
mcp_router = MCPToolset(connection_params=SseConnectionParams(url=url))