# Copy to scripts/npm-proxy.env and adjust for your network. # Used by scripts/linux_mcp_mysql.sh before npx (not committed). export ALL_PROXY=socks5://192.168.124.93:10808 export HTTP_PROXY=socks5://192.168.124.93:10808 export HTTPS_PROXY=socks5://192.168.124.93:10808 export NO_PROXY=localhost,127.0.0.1,::1