Skip to content

Commit 4e42561

Browse files
authored
Merge pull request #1133 from chuang8511/chunhao/git-servers-typo
Fix json format
2 parents f58b091 + fa002da commit 4e42561

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/git/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,13 @@ If you are doing local development, there are two ways to test your changes:
288288
"mcpServers": {
289289
"git": {
290290
"command": "uv",
291-
"args": [
291+
"args": [
292292
"--directory",
293293
"/<path to mcp-servers>/mcp-servers/src/git",
294294
"run",
295295
"mcp-server-git"
296296
]
297+
}
297298
}
298299
}
299300
```

0 commit comments

Comments
 (0)