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