df3413f54e
Run MCP servers as sidecar containers so they inherit the pod's ServiceAccount permissions instead of requiring separate deployments with their own RBAC. Kubernetes MCP on :8080, Flux MCP on :8081. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"mcpServers": {
|
|
"kubernetes": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8080/sse"
|
|
},
|
|
"flux": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8081/sse"
|
|
},
|
|
"playwright": {
|
|
"type": "sse",
|
|
"url": "http://playwright-mcp.playwright.svc.cluster.local:3000/sse"
|
|
}
|
|
}
|
|
}
|
|
|