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 97c2556 commit 903825dCopy full SHA for 903825d
src/tools/atlas/connect/connectCluster.ts
@@ -93,8 +93,7 @@ export class ConnectClusterTool extends AtlasToolBase {
93
oidcAuthType: "NONE",
94
x509Type: "NONE",
95
deleteAfterDate: expiryDate.toISOString(),
96
- description:
97
- "This role is created by MongoDB MCP to connect to the cluster via the atlas-connect-cluster tool",
+ description: "This temporary user is created by the MongoDB MCP Server to connect to the cluster.",
98
},
99
});
100
0 commit comments