From 71187d5a3d6ab66cc0055f7841209353bbaceb52 Mon Sep 17 00:00:00 2001 From: Michael D'Angelo Date: Mon, 3 Aug 2026 18:56:11 -0700 Subject: [PATCH] fix: forward enterprise proxy and certificate settings --- sdk/typescript/_bundled_plugin/.mcp.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sdk/typescript/_bundled_plugin/.mcp.json b/sdk/typescript/_bundled_plugin/.mcp.json index dff58739..d519616e 100644 --- a/sdk/typescript/_bundled_plugin/.mcp.json +++ b/sdk/typescript/_bundled_plugin/.mcp.json @@ -12,7 +12,14 @@ "PYTHON", "CODEX_SECURITY_KNOWLEDGE_BASE", "CODEX_SECURITY_SCAN_ROOT", - "CODEX_SECURITY_STATE_DIR" + "CODEX_SECURITY_STATE_DIR", + "HTTP_PROXY", + "HTTPS_PROXY", + "ALL_PROXY", + "NO_PROXY", + "SSL_CERT_FILE", + "REQUESTS_CA_BUNDLE", + "NODE_EXTRA_CA_CERTS" ], "tool_timeout_sec": 86400 }