From a242c695d848d2b570114986ac4fc8b88b660674 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 15 Oct 2025 21:14:39 +0800 Subject: [PATCH] config update --- configs/mcp_config.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/configs/mcp_config.json b/configs/mcp_config.json index 5e02569..7b5da08 100644 --- a/configs/mcp_config.json +++ b/configs/mcp_config.json @@ -1,12 +1,6 @@ { "calculator": { - "command": "python", - "args": ["dummy/calculator.py"], - "transport": "stdio" - }, - "rag": { - "command": "python", - "args": ["lang_agent/rag/simple.py"], - "transport": "stdio" - } + "url": "http://6.6.6.78:50051/mcp", + "transport": "streamable_http" + } } \ No newline at end of file