fix zed config

This commit is contained in:
anjor
2024-11-28 22:01:38 +00:00
parent 6d83c78752
commit 39d6a3bc6b
3 changed files with 13 additions and 37 deletions

View File

@@ -91,8 +91,10 @@ Add to your Zed settings.json:
```json
"context_servers": [
"mcp-server-sentry": {
"command": "uvx",
"args": ["mcp-server-sentry", "--auth-token", "YOUR_SENTRY_TOKEN"]
"command": {
"path": "uvx",
"args": ["mcp-server-sentry", "--auth-token", "YOUR_SENTRY_TOKEN"]
}
}
],
```