From 0401dbe8678fded0860e52c999584a93469c98f3 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sat, 29 Nov 2025 22:25:22 +0100 Subject: [PATCH] Claude can fetch the .mcp.json file that shipyard places in your home Removing it since this is 37s specific (not adequate for open source) and the common shipyard config should do. --- .mcp.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .mcp.json 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" - } - } -}