- `chrome-devtools-mcp.js` is the `npx chrome-devtools-mcp` - `chrome-devtools.js` is the new CLI - `-cli-options.js` is the corresponding options - all these files are in the bin folder to indicate they are executable
The `start` command accepts the MCP server CLI options. This PR adds yargs validation to the start command and re-uses the same yargs definitions.