Files
hyperguild/.mcp.json
Mathias Bergqvist 46adaf2148
All checks were successful
CI / Lint / Test / Vet (push) Successful in 9s
CI / Mirror to GitHub (push) Successful in 3s
chore(mcp): remove supervisor entry from .mcp.json
2026-05-12 14:49:46 +02:00

12 lines
195 B
JSON

{
"mcpServers": {
"brain": {
"type": "http",
"url": "https://brain-mcp.d-ma.be/mcp",
"headers": {
"Authorization": "Bearer ${BRAIN_MCP_TOKEN}"
}
}
}
}