Skip to content

Commit 503be2b

Browse files
committed
chore: update user description
1 parent 55d9304 commit 503be2b

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+
"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.",
9798
},
9899
});
99100

0 commit comments

Comments
 (0)