Skip to content

Commit a147427

Browse files
committed
Change the environment variable name to TOOL_MCP_ROUTER_URL
1 parent d4d662d commit a147427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/tools/builtin_tools/mcp_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
from veadk.config import getenv
1818

19-
url = getenv("TOOL_MCP_Router_URL")
19+
url = getenv("TOOL_MCP_ROUTER_URL")
2020

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

0 commit comments

Comments
 (0)