Skip to content

Commit 710b131

Browse files
blvafmenezes
andauthored
Update src/common/atlas/apiClient.ts
Co-authored-by: Filipe Constantinov Menezes <filipe.menezes@mongodb.com>
1 parent eb360e2 commit 710b131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/atlas/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class ApiClient {
6666
constructor(options?: ApiClientOptions) {
6767
this.options = {
6868
...options,
69-
baseUrl: options?.baseUrl || "https://cloud-dev.mongodb.com/",
69+
baseUrl: options?.baseUrl || "https://cloud.mongodb.com/",
7070
userAgent:
7171
options?.userAgent ||
7272
`${config.mcpServerName}/${config.version} (${process.platform}; ${process.arch}; ${process.env.HOSTNAME || "unknown"})`,

0 commit comments

Comments
 (0)