@upstash/context7-mcp@3.2.1

GordyD/3ree@upstash/context7-mcp@3.2.1Jun 13, 2026by github-actions[bot]

AI Summary

A patch release that restores Node 18 support by pinning dependency versions to resolve a 'File is not defined' crash that occurred with Node 20+ engine requirements.

Key Highlights

  • Pinned undici to ^6.26.0 and commander to ^13.1.0
  • Fixes 'File is not defined' crash on startup
  • Restores compatibility with Node 18

New Features

  • Restored Node 18 support

Full Release Notes

### Patch Changes

- 8123b51: Restore Node 18 support by pinning undici to ^6.26.0 and commander to ^13.1.0, which dropped the Node 20+ engine requirements that caused a "File is not defined" crash on startup.