From 7a53935a9e5dc3439005e2aefc77a15652d1455c Mon Sep 17 00:00:00 2001 From: Mathias Bergqvist Date: Tue, 12 May 2026 14:49:31 +0200 Subject: [PATCH] chore(mcp): remove supervisor MCP entry --- .context/mcp.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.context/mcp.json b/.context/mcp.json index 8662dec..8da20c9 100644 --- a/.context/mcp.json +++ b/.context/mcp.json @@ -1,9 +1,5 @@ { "mcpServers": { - "knowledge": { - "url": "http://localhost:3100/mcp", - "description": "Project knowledge base — vector + graph retrieval" - }, "brain": { "type": "http", "url": "https://brain-mcp.d-ma.be/mcp", @@ -11,13 +7,6 @@ "Authorization": "Bearer ${BRAIN_MCP_TOKEN}" } }, - "supervisor": { - "type": "http", - "url": "https://supervisor-mcp.d-ma.be/mcp", - "headers": { - "Authorization": "Bearer ${SUPERVISOR_MCP_TOKEN}" - } - }, "gitea": { "type": "http", "url": "https://git-mcp.d-ma.be/mcp",