diff --git a/.gitignore b/.gitignore index 81a46ad..2b41034 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,7 @@ temp/ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db + +# MCP configuration (user-specific) +.mcp.json \ No newline at end of file diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index dfbcac6..0000000 --- a/.mcp.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "mcpServers": { - "context7": { - "command": "npx", - "args": ["-y", "@upstash/context7-mcp@latest"] - }, - "sequential-thinking": { - "command": "npx", - "args": [ - "-y", - "@modelcontextprotocol/server-sequential-thinking" - ] - }, - "playwright": { - "command": "npx", - "args": [ - "-y", - "@playwright/mcp" - ], - "env": {} - }, - "cloudflare": { - "command": "npx", - "args": ["mcp-remote", "https://docs.mcp.cloudflare.com/sse"] - }, - "podman": { - "command": "npx", - "args": [ - "-y", - "podman-mcp-server@latest" - ] - }, - "incus": { - "command": "node", - "args": ["/Users/kaffa/mcp-servers/incus-mcp/build/index.js"] - } - } -}