You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new version of @playwright/mcp is available. The version is referenced as DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go.
Field
Value
Package
@playwright/mcp (npm)
Current
0.0.75 (DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go)
Proposed
0.0.76
Update type
Patch (0.0.75 → 0.0.76), but includes new features and API changes
Why a Separate Issue
Although the version increment is a single patch step (0.0.75 → 0.0.76), the release notes include new features and an API-breaking change:
New tools: browser_video_show_actions / browser_video_hide_actions — overlay action annotations on recorded video
remoteEndpoint API change: now accepts a ConnectOptions object instead of just a URL string — any workflow or code that passes a plain string URL to remoteEndpoint may need updating
--output-max-size: new flag to cap tool response size with post-response disk eviction
moz-firefox BiDi channel support: new --browser option value
Bug fixes: remoteHeaders support for remote browser endpoint; waitUntil: commit when navigating back/forward
Safety Assessment
⚠️Tier B — Potentially Problematic. The remoteEndpoint API change from plain URL string to ConnectOptions object is a breaking change for any consumer passing a string. Review all usages of remoteEndpoint in workflow definitions and the playwright config parser before upgrading.
Run make test after updating the version constant.
Check pkg/workflow/mcp_playwright_config.go and pkg/parser/mcp.go for any remoteEndpoint handling that may need to accommodate the new ConnectOptions format.
Run playwright-related integration tests if available.
Summary
A new version of
@playwright/mcpis available. The version is referenced asDefaultPlaywrightMCPVersioninpkg/constants/version_constants.go.@playwright/mcp(npm)0.0.75(DefaultPlaywrightMCPVersioninpkg/constants/version_constants.go)0.0.76Why a Separate Issue
Although the version increment is a single patch step (0.0.75 → 0.0.76), the release notes include new features and an API-breaking change:
browser_video_show_actions/browser_video_hide_actions— overlay action annotations on recorded videoremoteEndpointAPI change: now accepts aConnectOptionsobject instead of just a URL string — any workflow or code that passes a plain string URL toremoteEndpointmay need updating--output-max-size: new flag to cap tool response size with post-response disk evictionmoz-firefoxBiDi channel support: new--browseroption valueremoteHeaderssupport for remote browser endpoint;waitUntil: commitwhen navigating back/forwardSafety Assessment
remoteEndpointAPI change from plain URL string toConnectOptionsobject is a breaking change for any consumer passing a string. Review all usages ofremoteEndpointin workflow definitions and the playwright config parser before upgrading.File to Update
Change:
To:
Links
Test Notes
make testafter updating the version constant.pkg/workflow/mcp_playwright_config.goandpkg/parser/mcp.gofor anyremoteEndpointhandling that may need to accommodate the newConnectOptionsformat.References: §27410922450
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
go.googlesource.comSee Network Configuration for more information.