Skip to content

Commit 105e3c7

Browse files
authored
Merge pull request #722 from nicojerome/fix-zed-config
2 parents a170272 + aa129f0 commit 105e3c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,9 @@ It can be installed via [Zed Extensions](https://zed.dev/extensions?query=Contex
250250
{
251251
"context_servers": {
252252
"Context7": {
253-
"command": {
254-
"path": "npx",
255-
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
256-
},
257-
"settings": {}
253+
"source": "custom",
254+
"command": "npx",
255+
"args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
258256
}
259257
}
260258
}

0 commit comments

Comments
 (0)