mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
22 lines
376 B
JSON
22 lines
376 B
JSON
{
|
|
"mcpServers": {
|
|
"chrome-devtools": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"chrome-devtools-mcp@latest"
|
|
],
|
|
"env": {}
|
|
},
|
|
"ccw-tools": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"ccw-mcp"
|
|
],
|
|
"env": {
|
|
"CCW_ENABLED_TOOLS": "write_file,edit_file,smart_search"
|
|
}
|
|
}
|
|
}
|
|
} |