mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
fix zed config
This commit is contained in:
@@ -117,8 +117,10 @@ Add to your Zed settings.json:
|
||||
```json
|
||||
"context_servers": [
|
||||
"mcp-server-git": {
|
||||
"command": "uvx",
|
||||
"args": ["mcp-server-git"]
|
||||
"command": {
|
||||
"path": "uvx",
|
||||
"args": ["mcp-server-git"]
|
||||
}
|
||||
}
|
||||
],
|
||||
```
|
||||
@@ -130,8 +132,10 @@ Add to your Zed settings.json:
|
||||
```json
|
||||
"context_servers": {
|
||||
"mcp-server-git": {
|
||||
"command": "python",
|
||||
"args": ["-m", "mcp_server_git"]
|
||||
"command": {
|
||||
"path": "python",
|
||||
"args": ["-m", "mcp_server_git"]
|
||||
}
|
||||
}
|
||||
},
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user