From 863136219aa34efa7e602a2e6de0d78615649c35 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 21 Feb 2026 12:34:22 +0000 Subject: [PATCH] commit mcp config --- .claude/settings.local.json | 7 +++++++ .gitignore | 3 +-- .mcp.json | 16 ++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .claude/settings.local.json create mode 100644 .mcp.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/.gitignore b/.gitignore index 79ace9b..4284fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules/ dist/ *.tar.gz -.playwright-mcp/ -.mcp.json +.playwright-mcp/ \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..cf4c920 --- /dev/null +++ b/.mcp.json @@ -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" + } + } +} \ No newline at end of file