Skip to content

Commit 37dad55

Browse files
authored
Merge pull request #823 from upstash/fix/registery-config
2 parents 131515c + b94be57 commit 37dad55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ args = ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"]
513513
command = "npx"
514514
startup_timeout_ms = 20_000
515515
```
516+
516517
> Optional troubleshooting — only if you see startup "request timed out" or "not found program". Most users can ignore this.
517518
>
518519
> - First try: increase `startup_timeout_ms` to `40_000` and retry.

‎server.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-11/server.schema.json",
33
"name": "io.github.upstash/context7",
44
"title": "Context7",
55
"description": "Up-to-date code docs for any prompt",

0 commit comments

Comments
 (0)