The pod now enforces SUPERVISOR_MCP_TOKEN; this matches the .mcp.json header so a Claude Code session in this repo authenticates correctly. Token comes from the operator's shell env, not the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"mcpServers": {
|
|
"supervisor": {
|
|
"type": "http",
|
|
"url": "http://koala:30320/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${SUPERVISOR_MCP_TOKEN}"
|
|
}
|
|
},
|
|
"brain": {
|
|
"type": "http",
|
|
"url": "http://koala:30330/mcp"
|
|
}
|
|
}
|
|
}
|