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": { "mcpServers": {
"git": { "git": {
"command": "uv", "command": "uv",
"args": [ "args": [
"--directory", "--directory",
"/<path to mcp-servers>/mcp-servers/src/git", "/<path to mcp-servers>/mcp-servers/src/git",
"run", "run",
"mcp-server-git" "mcp-server-git"
] ]
}
} }
} }
``` ```