diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..786d169 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "enabledMcpjsonServers": [ + "kubernetes", + "flux", + "playwright" + ] +} diff --git a/.mcp.json b/.mcp.json index 07fd2f8..cf4c920 100644 --- a/.mcp.json +++ b/.mcp.json @@ -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" + } + } +} \ No newline at end of file