diff --git a/README.md b/README.md index 4a8278c..6752561 100644 --- a/README.md +++ b/README.md @@ -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) ```shell node -v diff --git a/package.json b/package.json index e4b40ac..57b1fb3 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "zod": "^3.24.2" }, "engines": { - "node": ">=20.0.0" + "node": ">=20.10.0" } }