Skip to content

Commit 7896c9c

Browse files
chore: clarify node requirements in readme
1 parent 8eebd2a commit 7896c9c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 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
@@ -374,10 +377,12 @@ To use the Atlas API tools, you'll need to create a service account in MongoDB A
374377
To learn more about Service Accounts, check the [MongoDB Atlas documentation](https://www.mongodb.com/docs/atlas/api/service-accounts-overview/).
375378

376379
2. **Save Client Credentials:**
380+
377381
- After creation, you'll be shown the Client ID and Client Secret
378382
- **Important:** Copy and save the Client Secret immediately as it won't be displayed again
379383

380384
3. **Add Access List Entry:**
385+
381386
- Add your IP address to the API access list
382387

383388
4. **Configure the MCP Server:**

0 commit comments

Comments
 (0)