Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/tools/atlas/create/createDBUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export const CreateDBUserArgs = {
// AtlasPassword123, which are easily guessable and exploitable. We're instructing
// the model not to try and generate anything and instead leave the field unset.
password: AtlasArgs.password()
.optional()
.nullable()
.nullish()
.describe(
"Password for the new user. IMPORTANT: If the user hasn't supplied an explicit password, leave it unset and under no circumstances try to generate a random one. A secure password will be generated by the MCP server if necessary."
),
Expand Down
Loading