You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/atlas/connect/connectCluster.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,8 @@ export class ConnectClusterTool extends AtlasToolBase {
93
93
oidcAuthType: "NONE",
94
94
x509Type: "NONE",
95
95
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.",
0 commit comments