@upstash/context7-mcp 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -136,16 +136,16 @@ Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file i
|
|
|
136
136
|
|
|
137
137
|
Run this command. See [Claude Code MCP docs](https://docs.anthropic.com/en/docs/claude-code/mcp) for more info.
|
|
138
138
|
|
|
139
|
-
#### Claude Code
|
|
139
|
+
#### Claude Code Local Server Connection
|
|
140
140
|
|
|
141
141
|
```sh
|
|
142
|
-
claude mcp add --
|
|
142
|
+
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
#### Claude Code
|
|
145
|
+
#### Claude Code Remote Server Connection
|
|
146
146
|
|
|
147
147
|
```sh
|
|
148
|
-
claude mcp add
|
|
148
|
+
claude mcp add --header "CONTEXT7_API_KEY: YOUR_API_KEY" --transport http context7 https://mcp.context7.com/mcp
|
|
149
149
|
```
|
|
150
150
|
|
|
151
151
|
</details>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upstash/context7-mcp",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"mcpName": "io.github.upstash/context7",
|
|
5
5
|
"description": "MCP server for Context7",
|
|
6
6
|
"repository": {
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/upstash/context7#readme",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
36
|
+
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
37
37
|
"@types/express": "^5.0.4",
|
|
38
38
|
"commander": "^14.0.0",
|
|
39
39
|
"express": "^5.1.0",
|
|
40
40
|
"jose": "^6.1.3",
|
|
41
41
|
"undici": "^6.6.3",
|
|
42
|
-
"zod": "^3.
|
|
42
|
+
"zod": "^4.3.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^25.0.3",
|