Files
Claude-Code-Workflow/.mcp.json
catlog22 3ffb907a6f feat: add semantic graph design for static code analysis
- 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.
2025-12-15 09:47:18 +08:00

11 lines
130 B
JSON

{
"mcpServers": {
"ccw-tools": {
"command": "npx",
"args": [
"-y",
"ccw-mcp"
]
}
}
}