From aa129f01f9f68ade0f1943d23019e236a592478a Mon Sep 17 00:00:00 2001 From: nicojerome Date: Sun, 28 Sep 2025 13:09:47 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"] } } }