@upstash/context7-mcp@3.2.1

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

AI Summary

This patch release restores compatibility with Node 18 by pinning dependencies that previously required Node 20+, resolving startup crashes caused by 'File is not defined' errors.

Key Highlights

  • Fixed 'File is not defined' crash on startup by pinning undici to ^6.26.0 and commander to ^13.1.0.
  • Restored Node 18 support by adjusting engine requirements.

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.