From 2183ddbff2142e57bc6e48a3c3225be1643eacd3 Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:34:02 +0100 Subject: [PATCH 1/2] add link to service accounts (#180) --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 30ee1f6eb3568fb10912fcc33534924ebc8d26a4 Mon Sep 17 00:00:00 2001 From: "mongodb-devtools-bot[bot]" <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:29:57 +0100 Subject: [PATCH 2/2] chore: release v0.1.0 (#183) Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",