From b8dece21038c2a93b3c1a340164c79a74099e567 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:32 +0100 Subject: chore: drop dot_copilot tree; format clangd config - Remove dot_copilot/ entirely (no longer needed). - Run prettier on dot_config/clangd/config.yaml. --- dot_copilot/mcp-config.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dot_copilot/mcp-config.json (limited to 'dot_copilot/mcp-config.json') diff --git a/dot_copilot/mcp-config.json b/dot_copilot/mcp-config.json deleted file mode 100644 index a1fc17f..0000000 --- a/dot_copilot/mcp-config.json +++ /dev/null @@ -1,24 +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@latest"] - }, - "firecrawl": { - "command": "npx", - "args": ["-y", "firecrawl-mcp"] - }, - "sentry": { - "command": "npx", - "args": ["@sentry/mcp-server@latest"] - } - } -} -- cgit v1.3.1