Description of the bug
The npm package chrome-devtools-mcp@0.17.2 (published 2026-02-19) is missing the build/
directory. The package only contains LICENSE, README.md, and package.json.
The bin field in package.json points to build/src/index.js which doesn't exist in the
tarball, so npx chrome-devtools-mcp fails with:
sh: 1: chrome-devtools-mcp: not found
Reproduction
npm pack chrome-devtools-mcp@0.17.2 --dry-run
# Only shows: LICENSE, README.md, package.json
npm pack chrome-devtools-mcp@0.16.0 --dry-run
# Shows full build/ directory with all .js files
### Expectation
<img width="910" height="595" alt="Image" src="https://github.com/user-attachments/assets/120c307b-1ea4-47cf-9aba-a499a424b5e5" />
### MCP configuration
_No response_
### Chrome DevTools MCP version
v0.17.2
### Chrome version
_No response_
### Coding agent version
_No response_
### Model version
_No response_
### Chat log
_No response_
### Node version
_No response_
### Operating system
Windows Subsystem for Linux (WSL)
### Extra checklist
- [ ] I want to provide a PR to fix this bug
Description of the bug
The npm package
chrome-devtools-mcp@0.17.2(published 2026-02-19) is missing thebuild/directory. The package only contains
LICENSE,README.md, andpackage.json.The
binfield inpackage.jsonpoints tobuild/src/index.jswhich doesn't exist in thetarball, so
npx chrome-devtools-mcpfails with:sh: 1: chrome-devtools-mcp: not found
Reproduction