0fe568a7d6
- Remove Helm CLI from Dockerfile (OOMKilled sidecar was the only consumer) - Disable helm MCP sidecar in chart values (uses 194Mi+ idle, OOMKills at 256Mi) - Remove helm from .mcp.json - Disable Docker layer cache in build-and-push workflow (cache serves stale layers missing tool binaries - DO NOT RE-ENABLE) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"mcpServers": {
|
|
"github": {
|
|
"type": "http",
|
|
"url": "https://api.githubcopilot.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer ${GITHUB_TOKEN}"
|
|
}
|
|
},
|
|
"kubernetes": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8080/sse"
|
|
},
|
|
"flux": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8081/sse"
|
|
},
|
|
"playwright": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8086/sse"
|
|
}
|
|
}
|
|
} |