@upstash/context7-mcp@3.2.5

SagerNet/sing-box@upstash/context7-mcp@3.2.5Jul 25, 2026by github-actions[bot]

AI Summary

This release updates the undici dependency to version 7 and raises the minimum Node.js requirement to 20.18.1 to fix silent failures in HTTPS_PROXY and custom CA settings behind CONNECT proxies.

Key Highlights

  • Bumped `undici` to version 7 to restore proxy and CA support in Node 26+
  • Minimum Node.js requirement updated to 20.18.1 (Node 18 EOL)
  • Fixed silent request failures caused by missing global dispatcher symbols
  • Improved query prompts for agents to request relevant documentation

Breaking Changes

  • Node.js 18 is no longer supported

New Features

  • Improved query prompts for agents

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.