Skip to content

Commit 903825d

Browse files
committed
address comment: description
1 parent 97c2556 commit 903825d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/atlas/connect/connectCluster.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ export class ConnectClusterTool extends AtlasToolBase {
9393
oidcAuthType: "NONE",
9494
x509Type: "NONE",
9595
deleteAfterDate: expiryDate.toISOString(),
96-
description:
97-
"This role is created by MongoDB MCP to connect to the cluster via the atlas-connect-cluster tool",
96+
description: "This temporary user is created by the MongoDB MCP Server to connect to the cluster.",
9897
},
9998
});
10099

0 commit comments

Comments
 (0)