We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49b158 commit 4de743dCopy full SHA for 4de743d
README.md
@@ -22,7 +22,7 @@ A Model Context Protocol server for interacting with MongoDB Databases and Mongo
22
23
## Prerequisites
24
25
-- Node.js (v20 or later)
+- Node.js (v20.10.0 or later)
26
27
```shell
28
node -v
package.json
@@ -78,6 +78,6 @@
78
"zod": "^3.24.2"
79
},
80
"engines": {
81
- "node": ">=20.0.0"
+ "node": ">=20.10.0"
82
}
83
0 commit comments