Skip to content

Commit 46a34df

Browse files
fmenezesgagik
andauthored
Update src/tools/atlas/metadata/connectCluster.ts
Co-authored-by: Gagik Amaryan <[email protected]>
1 parent 197b800 commit 46a34df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/metadata/connectCluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class ConnectClusterTool extends AtlasToolBase {
4646
throw new Error("Connection string not available");
4747
}
4848

49-
const username = `usrMcp${Math.floor(Math.random() * 100000)}`;
49+
const username = `mcpUser${Math.floor(Math.random() * 100000)}`;
5050
const password = await generateSecurePassword();
5151

5252
const expiryDate = new Date(Date.now() + EXPIRY_MS);

0 commit comments

Comments
 (0)