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 c273cfb commit e005b65Copy full SHA for e005b65
src/apify-client.ts
@@ -21,7 +21,7 @@ export class ApifyClient extends _ApifyClient {
21
constructor(options: ApifyClientOptions) {
22
super({
23
...options,
24
- baseUrl: process.env.MCP_APIFY_BASE_URL || undefined,
+ baseUrl: process.env.APIFY_API_BASE_URL || undefined,
25
requestInterceptors: [addUserAgent],
26
});
27
}
0 commit comments