46dc486cb4
mcp-helm does not support a -port flag — it always listens on 8012. The invalid argument caused the container to crashloop. 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:8012/sse"
|
|
}
|
|
}
|
|
} |