Merge pull request #1762 from basecamp/remove-mcp

Remove .mcp.json in preparation for the open source release
This commit is contained in:
Jorge Manrubia
2025-11-29 22:26:54 +01:00
committed by GitHub
-18
View File
@@ -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"
}
}
}