From a548439b99a7cc5b4b56aa7411b13d61ae0fa23c Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sat, 5 Sep 2026 17:26:42 +0200 Subject: [PATCH] Corrected json config file --- sources/config.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sources/config.json b/sources/config.json index 7f15a6c..f22d151 100644 --- a/sources/config.json +++ b/sources/config.json @@ -8,18 +8,6 @@ "command": "uvx", "args": ["mcp-server-time", "--local-timezone=Europe/Paris"], "disabledTools": ["convert_time"] - }, - "mcp_sse": { - "type": "sse", - "url": "http://127.0.0.1:8001/sse", - "headers": { - "Authorization": "Bearer token", - "X-Custom-Header": "value" - } - }, - "mcp_streamable_http": { - "type": "streamable-http", - "url": "http://127.0.0.1:8002/mcp" } } } \ No newline at end of file