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 eb360e2 commit 710b131Copy full SHA for 710b131
src/common/atlas/apiClient.ts
@@ -66,7 +66,7 @@ export class ApiClient {
66
constructor(options?: ApiClientOptions) {
67
this.options = {
68
...options,
69
- baseUrl: options?.baseUrl || "https://cloud-dev.mongodb.com/",
+ baseUrl: options?.baseUrl || "https://cloud.mongodb.com/",
70
userAgent:
71
options?.userAgent ||
72
`${config.mcpServerName}/${config.version} (${process.platform}; ${process.arch}; ${process.env.HOSTNAME || "unknown"})`,
0 commit comments