Merge pull request 'chore(mcp): switch MCP endpoints to HTTPS domain URLs' (#3) from agent/mcp-domain-urls into main
Some checks failed
CI / Lint / Test / Vet (push) Has been cancelled
CI / Mirror to GitHub (push) Has been cancelled

This commit was merged in pull request #3.
This commit is contained in:
2026-05-08 14:43:18 +00:00

View File

@@ -2,14 +2,17 @@
"mcpServers": {
"supervisor": {
"type": "http",
"url": "http://koala:30320/mcp",
"url": "https://supervisor-mcp.d-ma.be/mcp",
"headers": {
"Authorization": "Bearer ${SUPERVISOR_MCP_TOKEN}"
}
},
"brain": {
"type": "http",
"url": "http://koala:30330/mcp"
"url": "https://brain-mcp.d-ma.be/mcp",
"headers": {
"Authorization": "Bearer ${BRAIN_MCP_TOKEN}"
}
}
}
}