Skip to content

Commit 815b7a7

Browse files
authored
chore: update user description (#476)
1 parent 1263a94 commit 815b7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/atlas/connect/connectCluster.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ export class ConnectClusterTool extends AtlasToolBase {
9393
oidcAuthType: "NONE",
9494
x509Type: "NONE",
9595
deleteAfterDate: expiryDate.toISOString(),
96-
description: "This temporary user is created by the MongoDB MCP Server to connect to the cluster.",
96+
description:
97+
"MDB MCP Temporary user, see https://dochub.mongodb.org/core/mongodb-mcp-server-tools-considerations",
9798
},
9899
});
99100

0 commit comments

Comments
 (0)