Update README.md

This commit is contained in:
nicojerome 2025-09-28 13:09:47 +00:00
parent a170272c20
commit aa129f01f9

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": {}
} }
} }
} }