Skip to content

Commit d921e42

Browse files
format
1 parent 54fbd6f commit d921e42

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"permissions": {
3-
"allow": [
4-
"mcp__codegraph__*"
5-
]
3+
"allow": ["mcp__codegraph__*"]
64
},
75
"hooks": {
86
"UserPromptSubmit": [

.cursor/mcp.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"codegraph": {
44
"type": "stdio",
55
"command": "codegraph",
6-
"args": [
7-
"serve",
8-
"--mcp",
9-
"--path",
10-
"."
11-
]
6+
"args": ["serve", "--mcp", "--path", "."]
127
}
138
}
149
}

.mcp.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"codegraph": {
44
"type": "stdio",
55
"command": "codegraph",
6-
"args": [
7-
"serve",
8-
"--mcp"
9-
]
6+
"args": ["serve", "--mcp"]
107
}
118
}
129
}

0 commit comments

Comments
 (0)