chore: 归档 3 个 change 产物、Design Doc、验证报告、主 spec、项目配置

This commit is contained in:
2026-07-03 10:58:57 +08:00
parent ef805fc823
commit 3b45723877
27 changed files with 641 additions and 0 deletions

12
.mcp.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"codegraph": {
"type": "stdio",
"command": "codegraph",
"args": [
"serve",
"--mcp"
]
}
}
}