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 9b4b8d2 commit ed38888Copy full SHA for ed38888
src/common/config.ts
@@ -159,7 +159,6 @@ function isConnectionSpecifier(arg: string | undefined): boolean {
159
);
160
}
161
162
-// Zod schema for UserConfig with descriptions
163
export const UserConfigSchema = z.object({
164
// Atlas API Options
165
apiBaseUrl: z.string().describe("Base URL for MongoDB Atlas API"),
0 commit comments