Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A Model Context Protocol server for interacting with MongoDB Databases and Mongo

## Prerequisites

- Node.js (v20 or later)
- Node.js (v20.10.0 or later)
Copy link

Copilot AI May 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider adding a brief note in the documentation outlining the reasons for the Node.js version bump to help users understand the change.

Copilot uses AI. Check for mistakes.


```shell
node -v
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"zod": "^3.24.2"
},
"engines": {
"node": ">=20.0.0"
"node": ">=20.10.0"
}
}
Loading