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