chore: add AI tool configs and fix server.py indentation
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"servers": {
|
||||
"code-review-graph": {
|
||||
"command": "/usr/bin/python3",
|
||||
"args": [
|
||||
"-m",
|
||||
"code_review_graph",
|
||||
"serve"
|
||||
],
|
||||
"cwd": "/home/v6ole/PythonProject/NetBrain_MCP",
|
||||
"type": "stdio"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user