feat: Enhance CodexLens indexing and search capabilities with new CLI options and improved error handling

This commit is contained in:
catlog22
2025-12-19 15:10:37 +08:00
parent c7ced2bfbb
commit 2f0cce0089
18 changed files with 480 additions and 128 deletions

View File

@@ -7,6 +7,16 @@
"chrome-devtools-mcp@latest"
],
"env": {}
},
"ccw-tools": {
"command": "npx",
"args": [
"-y",
"ccw-mcp"
],
"env": {
"CCW_ENABLED_TOOLS": "write_file,edit_file,smart_search"
}
}
}
}