mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-06 01:54:11 +08:00
- Introduced a comprehensive design document for a Code Semantic Graph aimed at enhancing static analysis capabilities. - Defined the architecture, core components, and implementation steps for analyzing function calls, data flow, and dependencies. - Included detailed specifications for nodes and edges in the graph, along with database schema for storage. - Outlined phases for implementation, technical challenges, success metrics, and application scenarios.
11 lines
130 B
JSON
11 lines
130 B
JSON
{
|
|
"mcpServers": {
|
|
"ccw-tools": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"ccw-mcp"
|
|
]
|
|
}
|
|
}
|
|
} |