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 197b800 commit 46a34dfCopy full SHA for 46a34df
src/tools/atlas/metadata/connectCluster.ts
@@ -46,7 +46,7 @@ export class ConnectClusterTool extends AtlasToolBase {
46
throw new Error("Connection string not available");
47
}
48
49
- const username = `usrMcp${Math.floor(Math.random() * 100000)}`;
+ const username = `mcpUser${Math.floor(Math.random() * 100000)}`;
50
const password = await generateSecurePassword();
51
52
const expiryDate = new Date(Date.now() + EXPIRY_MS);
0 commit comments