From 43841c58f5ab6d1409a03d2925805b6e51bd79e1 Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 27 Nov 2025 19:59:23 +0800 Subject: [PATCH] update config --- configs/mcp_config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/mcp_config.json b/configs/mcp_config.json index bcae53c..1c86855 100644 --- a/configs/mcp_config.json +++ b/configs/mcp_config.json @@ -1,6 +1,10 @@ { - "calculator": { + "cart": { "url": "https://xiaoliang.quant-speed.com/api/mcp/", "transport": "streamable_http" - } + }, + "xiaozhi": { + "url": "http://127.0.0.1:8805/sse", + "transport": "sse" + } } \ No newline at end of file