diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index 13beab928..000000000 --- a/.mcp.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "mcpServers": { - "chrome-devtools": { - "type": "stdio", - "command": "npx", - "args": ["-y", "chrome-devtools-mcp@latest"] - }, - "sentry": { - "type": "stdio", - "command": "npx", - "args": ["-y", "mcp-remote@latest", "https://mcp.sentry.dev/mcp"] - }, - "grafana": { - "type": "http", - "url": "https://grafana.37signals.com/mcp" - } - } -}