Skip to content

Commit 418fc8c

Browse files
authored
feat: introduce MCP_PROXY_URL env var (#607)
1 parent ea67284 commit 418fc8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/consts/src/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ export const APIFY_ENV_VARS = {
290290
PROXY_PASSWORD: 'APIFY_PROXY_PASSWORD',
291291
PROXY_PORT: 'APIFY_PROXY_PORT',
292292
PROXY_STATUS_URL: 'APIFY_PROXY_STATUS_URL',
293+
MCP_PROXY_URL: 'APIFY_MCP_PROXY_URL',
293294
PURGE_ON_START: 'APIFY_PURGE_ON_START',
294295
SDK_LATEST_VERSION: 'APIFY_SDK_LATEST_VERSION',
295296
SYSTEM_INFO_INTERVAL_MILLIS: 'APIFY_SYSTEM_INFO_INTERVAL_MILLIS',

0 commit comments

Comments
 (0)