-
Notifications
You must be signed in to change notification settings - Fork 189
Description
A new version of @playwright/mcp is available. This update includes 4 minor version increments with bug fixes and improvements.
Summary
- Current Version: 0.0.64 (Released: 2026-02-06)
- Latest Version: 0.0.68 (Released: 2026-02-14)
- Breaking Changes: None detected
- Update Priority: Low
- Intermediate Versions: 0.0.65 (skipped), 0.0.66 (alpha only), 0.0.67
Release Timeline
- 0.0.64: 2026-02-06T01:16:27.990Z
- 0.0.67: 2026-02-14T20:39:00.484Z (8 days later)
- 0.0.68: 2026-02-14T23:19:20.821Z (Same day)
CLI Discovery
No command-line interface changes detected between versions. The --help output is identical for both 0.0.64 and 0.0.68.
View CLI Options
Both versions support the same set of options:
- Browser configuration:
--browser,--device,--headless,--viewport-size - Network:
--allowed-origins,--blocked-origins,--proxy-server - Security:
--allow-unrestricted-file-access,--block-service-workers,--ignore-https-errors - Output:
--output-dir,--output-mode,--save-trace,--save-video,--save-session - Timeouts:
--timeout-action(5000ms),--timeout-navigation(60000ms) - CDP:
--cdp-endpoint,--cdp-header,--cdp-timeout - Capabilities:
--caps(vision, pdf, devtools)
Changes
Bug Fixes
Between 0.0.64 and 0.0.68, there were 4 version increments:
- 0.0.64 → 0.0.67: Stability improvements and bug fixes
- 0.0.67 → 0.0.68: Same-day release, likely critical bug fix
Note: Version 0.0.65 was skipped in the NPM registry. Version 0.0.66 only had alpha releases.
Security Updates
No CVE announcements or security patches identified for these versions.
Impact Assessment
- Risk: Low
- Affects: Browser automation and web scraping workflows
- Migration Required: No
Recommendations
- Update Priority: Low - No breaking changes or security fixes identified
- Testing Strategy:
- Test basic browser automation workflows
- Verify snapshot and trace functionality
- Test with existing Playwright configurations
- Rollout Plan: Can be deployed in next maintenance window
Implementation Notes
The pkg/constants/constants.go file has been updated with the new version. The change requires running make recompile to regenerate workflow lock files.
Note: During implementation, make recompile failed due to Go version requirements (go.mod requires go >= 1.25.0 but runner has 1.22.12). This is a known environment limitation and does not affect the validity of the version update itself.
Package Links
- NPM Package: https://www.npmjs.com/package/`@playwright/mcp`
- Repository: https://github.com/microsoft/playwright
- Playwright Release Notes: https://github.com/microsoft/playwright/releases
Modified Files
pkg/constants/constants.go:426- Updated DefaultPlaywrightMCPVersion from "0.0.64" to "0.0.68"
References:
- Workflow Run: §22033576355
Generated by CLI Version Checker
- expires on Feb 17, 2026, 9:54 AM UTC