From fa4e043d28376ebe457b9ca5e771c6297a163504 Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 28 Nov 2025 15:04:32 +0800 Subject: [PATCH] add placeholder --- configs/mcp_config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configs/mcp_config.json b/configs/mcp_config.json index 1c86855..dc60666 100644 --- a/configs/mcp_config.json +++ b/configs/mcp_config.json @@ -4,7 +4,10 @@ "transport": "streamable_http" }, "xiaozhi": { - "url": "http://127.0.0.1:8805/sse", - "transport": "sse" - } + "url": "http://127.0.0.1:8805/sse", + "transport": "sse" + // "headers": { + // "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjoieV91akNRVUgwTmVvZFJPT0R3ay1CckhiazB1ZGVjZm1sbWJFNzg5NmxrQ0x3aThlV1l2ZWhUaXdPdXlPejVJM0xidHRIMk00T3I2VHhiSHQtYnFTTGplUVZqMjFoZGN6MnZIOGtEdTU2VHVoVkl0RTU2ajgifQ.YHd4qHNqJUJL_nqx4Di5U0w4ZYFWinMKYL8_6zZ4mK4" + // } + } } \ No newline at end of file