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 3c92f7c commit 34051b7Copy full SHA for 34051b7
src/tools/atlas/connect/connectCluster.ts
@@ -93,6 +93,8 @@ 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",
98
},
99
});
100
0 commit comments