commit mcp config

This commit is contained in:
2026-02-21 12:33:11 +00:00
parent 40a4b8accc
commit ed38df7215
2 changed files with 21 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"enabledMcpjsonServers": [
"kubernetes",
"flux",
"playwright"
]
}
+12 -3
View File
@@ -1,7 +1,16 @@
{
"mcpServers": {
"kubernetes (animaniacs)": {
"type": "http",
"url": "http://kubernetes-mcp-server.kube-system.svc.cluster.local:8080"
"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"
}
}
}