chore: stop tracking .mcp.json (already in .gitignore)

This commit is contained in:
catlog22
2025-12-25 16:05:18 +08:00
parent 8e744597d1
commit 4e6ee2db25

View File

@@ -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"
}
}
}
}