Files

15 lines
254 B
JSON

{
"servers": {
"code-review-graph": {
"command": "/usr/bin/python3",
"args": [
"-m",
"code_review_graph",
"serve"
],
"cwd": "/home/v6ole/PythonProject/NetBrain_MCP",
"type": "stdio"
}
}
}