Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 84e63f6

Browse files
chore: specify the correct minimum node requirements (#378)
1 parent fd3f2a4 commit 84e63f6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ A Model Context Protocol server for interacting with MongoDB Databases and Mongo
2828

2929
## Prerequisites
3030

31-
- Node.js (v20.19.0 or later)
31+
- Node.js
32+
- At least 20.19.0
33+
- When using v22 then at least v22.12.0
34+
- Otherwise any version 23+
3235

3336
```shell
3437
node -v

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
"zod": "^3.25.76"
7575
},
7676
"engines": {
77-
"node": ">=20.19.0"
77+
"node": "^20.19.0 || ^22.12.0 || >= 23.0.0"
7878
}
7979
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /