mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
Merge pull request #1133 from chuang8511/chunhao/git-servers-typo
Fix json format
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user