Skip to content

Verify @playwright/mcp version is already updated to 0.0.64#14267

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/update-playwright-mcp-version-again
Closed

Verify @playwright/mcp version is already updated to 0.0.64#14267
Copilot wants to merge 1 commit into
mainfrom
copilot/update-playwright-mcp-version-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 7, 2026

The requested update from @playwright/mcp 0.0.63 to 0.0.64 has already been completed in the main branch.

Current State

  • DefaultPlaywrightMCPVersion in pkg/constants/constants.go:361 is set to "0.0.64"
  • No references to the previous version (0.0.63) exist in the codebase
  • Version is correctly used by getPlaywrightMCPPackageVersion() in workflow compilation

Files Verified

  • pkg/constants/constants.go - Version constant
  • pkg/workflow/mcp_playwright_config.go - Version usage
  • .github/workflows/*.lock.yml - Compiled workflow outputs

The issue description appears to be outdated or the update was completed in a prior change.

Original prompt

This section details on the original issue you should resolve

<issue_title>[deps]Update @playwright/mcp from 0.0.63 to 0.0.64</issue_title>
<issue_description>## Summary
Update @playwright/mcp package from 0.0.63 to 0.0.64

Current State

  • Package: @playwright/mcp
  • Current Version: 0.0.63 (in pkg/constants/constants.go - DefaultPlaywrightMCPVersion)
  • Proposed Version: 0.0.64
  • Update Type: Patch

Safety Assessment

Safe patch update

  • Single-version patch increment (0.0.63 → 0.0.64)
  • Early alpha/pre-release version where patches are common
  • No breaking changes expected in patch updates
  • Backward compatible per NPM versioning conventions

Changes

Based on the NPM registry, this appears to be a routine patch update in the Playwright MCP alpha series. The package is still in early development (0.0.x versions), so updates are frequent.

Note: The Playwright project has recently introduced Playwright CLI+SKILLs as a token-efficient mode of operation (announced in v1.58.0 release), but this update is specifically for the @playwright/mcp package version.

Links

Recommended Action

# Update the constant in pkg/constants/constants.go
# Change: const DefaultPlaywrightMCPVersion Version = "0.0.63"
# To:     const DefaultPlaywrightMCPVersion Version = "0.0.64"

# Then rebuild and test
make build
make test-unit

Testing Notes

  • Run unit tests: make test-unit
  • Verify Playwright MCP configuration generation in compiled workflows
  • Test browser automation workflows that use the playwright tool
  • Check that the version is correctly used in compiled workflows
  • Verify MCP server initialization with the new version

AI generated by Dependabot Dependency Checker

  • expires on Feb 8, 2026, 9:22 AM UTC

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update @playwright/mcp from 0.0.63 to 0.0.64 Verify @playwright/mcp version is already updated to 0.0.64 Feb 7, 2026
Copilot AI requested a review from pelikhan February 7, 2026 04:00
@pelikhan pelikhan closed this Feb 7, 2026
@github-actions github-actions Bot deleted the copilot/update-playwright-mcp-version-again branch April 2, 2026 13:15
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.

[deps]Update @playwright/mcp from 0.0.63 to 0.0.64

2 participants