diff --git a/README.md b/README.md index 3c38405..352b76a 100644 --- a/README.md +++ b/README.md @@ -250,11 +250,9 @@ It can be installed via [Zed Extensions](https://zed.dev/extensions?query=Contex { "context_servers": { "Context7": { - "command": { - "path": "npx", - "args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"] - }, - "settings": {} + "source": "custom", + "command": "npx", + "args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"] } } }