diff options
| author | 2026-05-13 13:43:32 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:32 +0100 | |
| commit | b8dece21038c2a93b3c1a340164c79a74099e567 (patch) | |
| tree | 39b105a0f0fd95a005163bd5d3a7a39319f2808c /dot_copilot/mcp-config.json | |
| parent | 0c15212f4f2389f743b17cb6ceff50f1f9267a1b (diff) | |
| download | dotfiles-b8dece21038c2a93b3c1a340164c79a74099e567.tar.gz dotfiles-b8dece21038c2a93b3c1a340164c79a74099e567.tar.bz2 dotfiles-b8dece21038c2a93b3c1a340164c79a74099e567.zip | |
chore: drop dot_copilot tree; format clangd config
- Remove dot_copilot/ entirely (no longer needed).
- Run prettier on dot_config/clangd/config.yaml.
Diffstat (limited to 'dot_copilot/mcp-config.json')
| -rw-r--r-- | dot_copilot/mcp-config.json | 24 |
1 files changed, 0 insertions, 24 deletions
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"] - } - } -} |
