From 24c9d7f242911d16a9bb7bccd7e1d5cc2189bf4b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:13:26 +0000 Subject: [PATCH 1/2] Initial plan From 92a2ced7203e7592eea625a5c69f1f0f4e591084 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:23:22 +0000 Subject: [PATCH 2/2] chore: update DefaultPlaywrightMCPVersion to 0.0.78 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/constants/version_constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/version_constants.go b/pkg/constants/version_constants.go index 5a8b0a3462a..1ed3af3eebe 100644 --- a/pkg/constants/version_constants.go +++ b/pkg/constants/version_constants.go @@ -130,7 +130,7 @@ const DefaultMCPGatewayVersion Version = "v0.4.1" const MCPGIntegrityReactionsMinVersion Version = "v0.2.18" // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package -const DefaultPlaywrightMCPVersion Version = "0.0.77" +const DefaultPlaywrightMCPVersion Version = "0.0.78" // DefaultPlaywrightCLIVersion is the default version of the @playwright/cli package. // Used when tools.playwright.mode is "cli" to install the CLI tool instead of the MCP server.