-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The package README and package.json engines field indicate support for Node.js 18.
However, it has a directdependency on eventsource-parser, which requires Node.js >=20
To Reproduce
Steps to reproduce the behavior:
- Install any Node 18.X version
- Try to run your MCP server
Expected behavior
Node 18 works
Logs
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=20.0.0". Got "18.20.5"
Additional context
You can see here that they support only node 20
Gilad-Gur-Andelman and onniaaGilad-Gur-Andelman
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working