Commit 83196de
chore: Add NODE_EXTRA_CA_CERTS environment variable support (#742)
* chore: forward NODE_EXTRA_CA_CERTS in .mcp.json stdio env
Without this, mcpc spawns the server with only APIFY_TOKEN, stripping
NODE_EXTRA_CA_CERTS. In environments with a TLS-intercepting proxy (custom
CA), axios/apify-client then fails every request with "self-signed
certificate in certificate chain", blocking server startup indefinitely.
https://claude.ai/code/session_01KF7XF61av1iqfzJ5YLm1b5
* chore: update src/web/package-lock.json
Lockfile churn from npm ci during diagnosis session.
https://claude.ai/code/session_01KF7XF61av1iqfzJ5YLm1b5
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0e101d0 commit 83196de
2 files changed
Lines changed: 98 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments