Update README.md

This commit is contained in:
Enes Gules 2025-05-19 23:22:30 +03:00 committed by GitHub
parent 35d4a10270
commit ec1aaff477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.