Files
lang-agent/configs/mcp_config.json
2025-11-28 15:11:17 +08:00

13 lines
322 B
JSON

{
"cart": {
"url": "https://xiaoliang.quant-speed.com/api/mcp/",
"transport": "streamable_http"
},
"xiaozhi": {
"url": "http://127.0.0.1:8805/sse",
"transport": "sse"
// "headers": {
// "Authorization": "Bearer <YOUR-TOKEN-HERE>"
// }
}
}