05b06d1d90
Install GitHub CLI (gh) via official APT repo and kubeseal via GitHub Releases binary in the Dockerfile. Add mcp-helm sidecar on port 8088 for AI-assisted Helm chart browsing, with corresponding values, schema, deployment template, and .mcp.json configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
541 B
JSON
27 lines
541 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"
|
|
},
|
|
"helm": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8088/sse"
|
|
}
|
|
}
|
|
} |