We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1263a94 commit 815b7a7Copy full SHA for 815b7a7
src/tools/atlas/connect/connectCluster.ts
@@ -93,7 +93,8 @@ export class ConnectClusterTool extends AtlasToolBase {
93
oidcAuthType: "NONE",
94
x509Type: "NONE",
95
deleteAfterDate: expiryDate.toISOString(),
96
- description: "This temporary user is created by the MongoDB MCP Server to connect to the cluster.",
+ description:
97
+ "MDB MCP Temporary user, see https://dochub.mongodb.org/core/mongodb-mcp-server-tools-considerations",
98
},
99
});
100
0 commit comments