mirror of
https://github.com/upstash/context7.git
synced 2025-12-01 01:20:36 +00:00
Update README.md
This commit is contained in:
parent
35d4a10270
commit
ec1aaff477
19
README.md
19
README.md
@ -368,6 +368,25 @@ If you encounter an error like: `Error: Cannot find module 'uriTemplate.js'` try
|
||||
}
|
||||
```
|
||||
|
||||
### TLS/Certificate Issues
|
||||
|
||||
Use the `--experimental-fetch` flag with `npx` to bypass TLS-related issues:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"--node-options=--experimental-fetch",
|
||||
"@upstash/context7-mcp@latest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### MCP Client Errors
|
||||
|
||||
1. Try removing `@latest` from the package name.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user