From ed38df721543204aa5b47234da8da03dec9a8d85 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 21 Feb 2026 12:33:11 +0000 Subject: [PATCH] commit mcp config --- .claude/settings.local.json | 7 +++++++ .mcp.json | 19 ++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .claude/settings.local.json 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