This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-rook-plugin/.mcp.json
T
2026-02-21 12:34:22 +00:00

16 lines
319 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"
}
}
}