From 503be2b60e8c3f86adb59616ba7b46bce8ce092c Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Tue, 26 Aug 2025 14:34:42 +0100 Subject: [PATCH 1/5] chore: update user description --- src/tools/atlas/connect/connectCluster.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/atlas/connect/connectCluster.ts b/src/tools/atlas/connect/connectCluster.ts index 368303d47..e2b03d8ad 100644 --- a/src/tools/atlas/connect/connectCluster.ts +++ b/src/tools/atlas/connect/connectCluster.ts @@ -93,7 +93,8 @@ export class ConnectClusterTool extends AtlasToolBase { oidcAuthType: "NONE", x509Type: "NONE", deleteAfterDate: expiryDate.toISOString(), - description: "This temporary user is created by the MongoDB MCP Server to connect to the cluster.", + description: + "This temporary user is created by the MongoDB MCP Server to connect to the cluster. See https://dochub.mongodb.org/core/mongodb-mcp-server-tools-consideration for more info.", }, }); From a9e606035902e626466860b5dadf7a22d156fc49 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Tue, 26 Aug 2025 14:42:18 +0100 Subject: [PATCH 2/5] update link --- src/tools/atlas/connect/connectCluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/atlas/connect/connectCluster.ts b/src/tools/atlas/connect/connectCluster.ts index e2b03d8ad..a2dfc9b71 100644 --- a/src/tools/atlas/connect/connectCluster.ts +++ b/src/tools/atlas/connect/connectCluster.ts @@ -94,7 +94,7 @@ export class ConnectClusterTool extends AtlasToolBase { x509Type: "NONE", deleteAfterDate: expiryDate.toISOString(), description: - "This temporary user is created by the MongoDB MCP Server to connect to the cluster. See https://dochub.mongodb.org/core/mongodb-mcp-server-tools-consideration for more info.", + "This temporary user is created by the MongoDB MCP Server to connect to the cluster. See https://www.mongodb.com/docs/mcp-server/tools/#considerations for more info.", }, }); From eb06748b6b896e31edecd159c49605fd877ac4bc Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Tue, 26 Aug 2025 18:59:08 +0100 Subject: [PATCH 3/5] reduce characters --- src/tools/atlas/connect/connectCluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/atlas/connect/connectCluster.ts b/src/tools/atlas/connect/connectCluster.ts index a2dfc9b71..0fc17c273 100644 --- a/src/tools/atlas/connect/connectCluster.ts +++ b/src/tools/atlas/connect/connectCluster.ts @@ -94,7 +94,7 @@ export class ConnectClusterTool extends AtlasToolBase { x509Type: "NONE", deleteAfterDate: expiryDate.toISOString(), description: - "This temporary user is created by the MongoDB MCP Server to connect to the cluster. See https://www.mongodb.com/docs/mcp-server/tools/#considerations for more info.", + "Temporary user by MongoDB MCP, see https://www.mongodb.com/docs/mcp-server/tools/#considerations", }, }); From 5c148600ef0e67b3b9995922793378a661831c24 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Wed, 27 Aug 2025 09:34:13 +0100 Subject: [PATCH 4/5] update with dochub link --- src/tools/atlas/connect/connectCluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/atlas/connect/connectCluster.ts b/src/tools/atlas/connect/connectCluster.ts index 0fc17c273..617023530 100644 --- a/src/tools/atlas/connect/connectCluster.ts +++ b/src/tools/atlas/connect/connectCluster.ts @@ -94,7 +94,7 @@ export class ConnectClusterTool extends AtlasToolBase { x509Type: "NONE", deleteAfterDate: expiryDate.toISOString(), description: - "Temporary user by MongoDB MCP, see https://www.mongodb.com/docs/mcp-server/tools/#considerations", + "Temporary user, see https://dochub.mongodb.org/core/mongodb-mcp-server-tools-considerations", }, }); From 315d43765ac39642c659f177506d5d418b3e5fdc Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Wed, 27 Aug 2025 10:20:27 +0100 Subject: [PATCH 5/5] update text --- src/tools/atlas/connect/connectCluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/atlas/connect/connectCluster.ts b/src/tools/atlas/connect/connectCluster.ts index 617023530..9695ff369 100644 --- a/src/tools/atlas/connect/connectCluster.ts +++ b/src/tools/atlas/connect/connectCluster.ts @@ -94,7 +94,7 @@ export class ConnectClusterTool extends AtlasToolBase { x509Type: "NONE", deleteAfterDate: expiryDate.toISOString(), description: - "Temporary user, see https://dochub.mongodb.org/core/mongodb-mcp-server-tools-considerations", + "MDB MCP Temporary user, see https://dochub.mongodb.org/core/mongodb-mcp-server-tools-considerations", }, });