@upstash/context7-mcp@3.2.1

boratanrikulu/gecit@upstash/context7-mcp@3.2.1Jun 13, 2026by github-actions[bot]

AI Summary

This patch release restores Node 18 compatibility by pinning specific dependency versions to resolve a startup crash. It ensures the server runs correctly on older Node versions.

Key Highlights

  • Restored Node 18 support
  • Fixed 'File is not defined' crash on startup
  • Pinned undici to ^6.26.0 and commander to ^13.1.0

New Features

  • Node 18 compatibility restoration
  • Fix for startup crash

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.