mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-06 01:54:11 +08:00
- Updated COMMAND_SPEC.md to reflect new version and features including native CodexLens and CLI refactor. - Revised GETTING_STARTED.md and GETTING_STARTED_CN.md for improved onboarding experience with new features. - Enhanced INSTALL_CN.md to highlight the new CodexLens and Dashboard capabilities. - Updated README.md and README_CN.md to showcase version 6.2.0 features and breaking changes. - Introduced memory embedder scripts with comprehensive documentation and quick reference. - Added test suite for memory embedder functionality to ensure reliability and correctness. - Implemented TypeScript integration examples for memory embedder usage.
22 lines
388 B
JSON
22 lines
388 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,core_memory"
|
|
}
|
|
}
|
|
}
|
|
} |