@upstash/context7-mcp@3.2.5
kyutai-labs/moshi@upstash/context7-mcp@3.2.5Jul 25, 2026by github-actions[bot]
AI Summary
This patch release upgrades the `undici` dependency to version 7 and requires Node.js 20.18.1+, dropping support for the EOL Node 18. The primary fix addresses a bug where proxy and custom CA settings were ignored in Node 26+ environments due to symbol mismatches in the global dispatcher.
Key Highlights
- Upgrade to `undici` 7 and Node.js >= 20.18.1
- Fix proxy and custom CA settings being ignored in Node 26+
- Improve query prompts for better documentation retrieval
- Remove support for Node.js 18 (EOL)
Breaking Changes
- Node.js version requirement change (Node 18 dropped, Node 20.18.1+ required)
New Features
- Improved query prompts
Full Release Notes
### Patch Changes - beded6c: Bump `undici` to 7 and require Node.js >= 20.18.1. On Node 26+ (internal undici 8) the bundled undici 6 `setGlobalDispatcher` wrote a global-dispatcher symbol the built-in `fetch` no longer reads, so `HTTPS_PROXY` and custom-CA settings were silently ignored and requests failed with `ENOTFOUND` behind CONNECT proxies. undici 7 writes both symbols, restoring proxy and CA support. Node 18 is no longer supported (EOL; undici 7 requires Node >= 20.18.1). - 1c081df: Improve query prompts so agents request relevant library documentation instead of passing the task to complete.