From 4e6ee2db2552c194ddff878b920cfd70e9a1011f Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 25 Dec 2025 16:05:18 +0800 Subject: [PATCH] chore: stop tracking .mcp.json (already in .gitignore) --- .mcp.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index 1f0b7db7..00000000 --- a/.mcp.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "mcpServers": { - "chrome-devtools": { - "type": "stdio", - "command": "npx", - "args": [ - "chrome-devtools-mcp@latest" - ], - "env": {} - }, - "ccw-tools": { - "command": "ccw-mcp", - "args": [], - "env": { - "CCW_ENABLED_TOOLS": "write_file,edit_file,smart_search,core_memory" - } - } - } -} \ No newline at end of file