Merge pull request #1133 from chuang8511/chunhao/git-servers-typo

Fix json format
This commit is contained in:
Ola Hungerford
2025-06-16 21:44:25 -07:00
committed by GitHub

View File

@@ -288,12 +288,13 @@ If you are doing local development, there are two ways to test your changes:
"mcpServers": {
"git": {
"command": "uv",
"args": [
"args": [
"--directory",
"/<path to mcp-servers>/mcp-servers/src/git",
"run",
"mcp-server-git"
]
}
}
}
```