Similar to cURLs' --proxy flag (curl --proxy 127.0.0.1:123 http://some.internal.url/foo)
This is useful to test MCP servers that are otherwise unreachable on regular connections.
NodeJS has HTTP_PROXY / HTTPS_PROXY but these don't seem to affect npx.
Similar to cURLs'
--proxyflag (curl --proxy 127.0.0.1:123 http://some.internal.url/foo)This is useful to test MCP servers that are otherwise unreachable on regular connections.
NodeJS has
HTTP_PROXY/HTTPS_PROXYbut these don't seem to affect npx.