Corrected json config file

This commit is contained in:
2026-09-05 17:26:42 +02:00
parent 35410eb123
commit a548439b99
-12
View File
@@ -8,18 +8,6 @@
"command": "uvx", "command": "uvx",
"args": ["mcp-server-time", "--local-timezone=Europe/Paris"], "args": ["mcp-server-time", "--local-timezone=Europe/Paris"],
"disabledTools": ["convert_time"] "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"
} }
} }
} }