commit mcp config

This commit is contained in:
2026-02-21 12:34:22 +00:00
parent bfe9f59c8e
commit 863136219a
3 changed files with 24 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"enabledMcpjsonServers": [
"kubernetes",
"flux",
"playwright"
]
}
+1 -2
View File
@@ -1,5 +1,4 @@
node_modules/
dist/
*.tar.gz
.playwright-mcp/
.mcp.json
.playwright-mcp/
+16
View File
@@ -0,0 +1,16 @@
{
"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"
}
}
}