Skip to content

Commit a4de9aa

Browse files
committed
updated mcp json
1 parent c0adfc7 commit a4de9aa

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"code-review-graph": {
4+
"command": "code-review-graph",
5+
"args": [
6+
"serve"
7+
],
8+
"type": "stdio"
9+
}
10+
}
11+
}

.opencode.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"code-review-graph": {
4+
"command": "code-review-graph",
5+
"args": [
6+
"serve"
7+
],
8+
"type": "stdio",
9+
"env": []
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)