This commit is contained in:
Jeremy Morrell 2025-03-24 12:09:41 -07:00
parent b217e08007
commit 1cc1bd67a7

View file

@ -44,7 +44,7 @@ this might look like:
"https://remote.mcp.server/sse" "https://remote.mcp.server/sse"
], ],
"env": { "env": {
"NODE_EXTRA_CA_CERTS": "\${your CA certificate file path}.pem" "NODE_EXTRA_CA_CERTS": "{your CA certificate file path}.pem"
} }
} }
} }