Azad Gupta
Azad Gupta
### Fix: handle `--eval=` and `--print=` correctly in `getMainArgs()` Fixes #60808 `parseArgs()` was skipping the first positional argument when Node was started with `--eval=` or `--print=`. The logic only checked...
### Summary Node.js introduced native environment-variable proxy handling behind `NODE_USE_ENV_PROXY` starting in Node v22.11.0. Currently Axios still applies its own proxy logic even when: - the user sets `NODE_USE_ENV_PROXY=1` -...
This adds documentation for using the ESLint MCP server when a project uses `eslint.config.ts`. Since `jiti` is required to evaluate TypeScript config files, this documents how to invoke MCP with:...