chore(mcp): remove supervisor MCP entry
Some checks failed
CD / Lint / Test / Vet (push) Successful in 7s
CD / Build & Import (push) Successful in 13s
CD / Deploy via GitOps (push) Failing after 1m3s

This commit is contained in:
Mathias Bergqvist
2026-05-12 14:49:31 +02:00
parent 3795800461
commit 7a53935a9e

View File

@@ -1,9 +1,5 @@
{ {
"mcpServers": { "mcpServers": {
"knowledge": {
"url": "http://localhost:3100/mcp",
"description": "Project knowledge base — vector + graph retrieval"
},
"brain": { "brain": {
"type": "http", "type": "http",
"url": "https://brain-mcp.d-ma.be/mcp", "url": "https://brain-mcp.d-ma.be/mcp",
@@ -11,13 +7,6 @@
"Authorization": "Bearer ${BRAIN_MCP_TOKEN}" "Authorization": "Bearer ${BRAIN_MCP_TOKEN}"
} }
}, },
"supervisor": {
"type": "http",
"url": "https://supervisor-mcp.d-ma.be/mcp",
"headers": {
"Authorization": "Bearer ${SUPERVISOR_MCP_TOKEN}"
}
},
"gitea": { "gitea": {
"type": "http", "type": "http",
"url": "https://git-mcp.d-ma.be/mcp", "url": "https://git-mcp.d-ma.be/mcp",