Summary
Update @playwright/mcp from 0.0.75 to 0.0.76. This release introduces new tools and remote endpoint improvements, warranting individual review.
Details
| Field |
Value |
| Package |
@playwright/mcp |
| Current Version |
0.0.75 |
| Proposed Version |
0.0.76 |
| Update Type |
Patch (0.0.x) with new features |
Why a Separate Issue
This update adds new MCP tools (browser_video_show_actions / browser_video_hide_actions) and remote endpoint improvements. New features require integration review before updating.
Safety Assessment
- New tools added — no breaking changes reported
- Remote endpoint improvements
- The constant
DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go must be updated
- Verify new tools do not conflict with existing workflow permissions or tool allowlists
Changes in v0.0.76
- New Tools:
browser_video_show_actions / browser_video_hide_actions — Overlay/hide action annotations on recorded video
- Remote endpoint improvements
Links
Update Instructions
Edit pkg/constants/version_constants.go:
const DefaultPlaywrightMCPVersion Version = "0.0.76"
Testing Notes
After updating, run the test suite:
Also verify Playwright MCP integration tests pass with the new version.
Generated by 🔧 Dependabot Dependency Checker · 349.6 AIC · ⌖ 13.7 AIC · ⊞ 26.5K · ◷
Summary
Update
@playwright/mcpfrom0.0.75to0.0.76. This release introduces new tools and remote endpoint improvements, warranting individual review.Details
@playwright/mcp0.0.750.0.76Why a Separate Issue
This update adds new MCP tools (
browser_video_show_actions/browser_video_hide_actions) and remote endpoint improvements. New features require integration review before updating.Safety Assessment
DefaultPlaywrightMCPVersioninpkg/constants/version_constants.gomust be updatedChanges in v0.0.76
browser_video_show_actions/browser_video_hide_actions— Overlay/hide action annotations on recorded videoLinks
@playwright/mcp]((www.npmjs.com/redacted)Update Instructions
Edit
pkg/constants/version_constants.go:Testing Notes
After updating, run the test suite:
make testAlso verify Playwright MCP integration tests pass with the new version.