chore: add AI tool configs and fix server.py indentation

This commit is contained in:
2026-05-22 12:16:21 +08:00
parent 58dcc38cc9
commit f6a801b1ac
32 changed files with 709 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"mcpServers": {
"code-review-graph": {
"command": "/usr/bin/python3",
"args": [
"-m",
"code_review_graph",
"serve"
],
"cwd": "/home/v6ole/PythonProject/NetBrain_MCP",
"type": "stdio",
"env": []
}
}
}