diff --git a/README.md b/README.md index 5d95b73..d8f3ed8 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,8 @@ To use the Atlas API tools, you'll need to create a service account in MongoDB A - Select appropriate permissions (for full access, use Organization Owner) - Click "Create" +To learn more about Service Accounts, check the [MongoDB Atlas documentation](https://www.mongodb.com/docs/atlas/api/service-accounts-overview/). + 2. **Save Client Credentials:** - After creation, you'll be shown the Client ID and Client Secret diff --git a/package-lock.json b/package-lock.json index 06c1084..afb4611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-mcp-server", - "version": "0.0.8", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-mcp-server", - "version": "0.0.8", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", diff --git a/package.json b/package.json index 8a5e395..287e9a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongodb-mcp-server", "description": "MongoDB Model Context Protocol Server", - "version": "0.0.8", + "version": "0.1.0", "main": "dist/index.js", "author": "MongoDB ", "homepage": "https://github.com/mongodb-js/mongodb-mcp-server",