Skip to content

docs: use correct playwright-cli package (@playwright/cli, not @playwright/mcp)#14

Merged
atani merged 1 commit intomainfrom
fix/playwright-package-name
Apr 18, 2026
Merged

docs: use correct playwright-cli package (@playwright/cli, not @playwright/mcp)#14
atani merged 1 commit intomainfrom
fix/playwright-package-name

Conversation

@atani
Copy link
Copy Markdown
Owner

@atani atani commented Apr 18, 2026

Summary

@playwright/mcp only ships the playwright-mcp MCP-server binary. The playwright-cli command gh-attach drives comes from @playwright/cli. Update README and manual install instructions to match reality (and the homebrew-tap formula, which was already updated to vendor @playwright/cli under libexec).

Test plan

  • npm view @playwright/cli shows bin: playwright-cli
  • npm view @playwright/mcp shows bin: playwright-mcp
  • atani/homebrew-tap Formula/gh-attach.rb installs @playwright/cli and the resulting brew install atani/tap/gh-attach produces a working libexec/node_modules/.bin/playwright-cli

The binary gh-attach drives is provided by @playwright/cli, not
@playwright/mcp. The MCP package ships only a playwright-mcp MCP-server
entry point, which does not satisfy the playwright-cli command gh-attach
expects.

This matches the homebrew-tap formula which was already updated to
vendor @playwright/cli under libexec.
@atani atani merged commit e73aeb3 into main Apr 18, 2026
@atani atani deleted the fix/playwright-package-name branch April 18, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant