mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Added main JavaScript functionality for CLAUDE.md management including file loading, rendering, and editing capabilities. - Created a test HTML file to validate the functionality of the CLAUDE.md manager. - Introduced CLI generation examples and documentation for rules creation via CLI. - Enhanced error handling and notifications for file operations.
23 lines
401 B
JSON
23 lines
401 B
JSON
{
|
|
"mcpServers": {
|
|
"test-mcp-server": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"D:/Claude_dms3"
|
|
]
|
|
},
|
|
"ccw-tools": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"ccw-mcp"
|
|
],
|
|
"env": {
|
|
"CCW_ENABLED_TOOLS": "write_file,edit_file,codex_lens,smart_search"
|
|
}
|
|
}
|
|
}
|
|
}
|