Merge pull request #722 from nicojerome/fix-zed-config

This commit is contained in:
Enes Gules 2025-10-01 15:17:40 +03:00 committed by GitHub
commit 105e3c734e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,11 +250,9 @@ It can be installed via [Zed Extensions](https://zed.dev/extensions?query=Contex
{ {
"context_servers": { "context_servers": {
"Context7": { "Context7": {
"command": { "source": "custom",
"path": "npx", "command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"] "args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
},
"settings": {}
} }
} }
} }