Fix json format

This commit is contained in:
ChunHao Huang
2025-03-29 11:33:52 +00:00
parent 9735df6da7
commit fa002daa58

View File

@@ -240,12 +240,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"
]
}
}
}
```