diff --git a/.changeset/patch-update-playwright-mcp-version.md b/.changeset/patch-update-playwright-mcp-version.md new file mode 100644 index 0000000000..0da3f7a7a9 --- /dev/null +++ b/.changeset/patch-update-playwright-mcp-version.md @@ -0,0 +1,5 @@ +--- +"gh-aw": patch +--- + +Updated the bundled Playwright MCP version from 0.0.64 to 0.0.68 to pick up recent bug fixes. diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 762e3327d1..b0de126662 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -423,7 +423,7 @@ var SerenaLanguageSupport = map[string][]string{ } // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package -const DefaultPlaywrightMCPVersion Version = "0.0.64" +const DefaultPlaywrightMCPVersion Version = "0.0.68" // DefaultPlaywrightBrowserVersion is the default version of the Playwright browser Docker image const DefaultPlaywrightBrowserVersion Version = "v1.58.2"