From f9b010205f4d38163f537cf312256c144930a342 Mon Sep 17 00:00:00 2001 From: goulustis Date: Sat, 11 Oct 2025 15:25:48 +0800 Subject: [PATCH] add mcp config --- configs/mcp_config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 configs/mcp_config.json diff --git a/configs/mcp_config.json b/configs/mcp_config.json new file mode 100644 index 0000000..5e02569 --- /dev/null +++ b/configs/mcp_config.json @@ -0,0 +1,12 @@ +{ + "calculator": { + "command": "python", + "args": ["dummy/calculator.py"], + "transport": "stdio" + }, + "rag": { + "command": "python", + "args": ["lang_agent/rag/simple.py"], + "transport": "stdio" + } +} \ No newline at end of file