diff --git a/.changeset/patch-update-playwright-mcp-0.0.77.md b/.changeset/patch-update-playwright-mcp-0.0.77.md new file mode 100644 index 00000000000..0cabc211461 --- /dev/null +++ b/.changeset/patch-update-playwright-mcp-0.0.77.md @@ -0,0 +1,5 @@ +--- +"gh-aw": patch +--- + +Update the default `@playwright/mcp` version from `0.0.76` to `0.0.77`. diff --git a/pkg/constants/version_constants.go b/pkg/constants/version_constants.go index 9ca083a4fd3..1fe3050951c 100644 --- a/pkg/constants/version_constants.go +++ b/pkg/constants/version_constants.go @@ -125,7 +125,7 @@ const DefaultMCPGatewayVersion Version = "v0.3.32" const MCPGIntegrityReactionsMinVersion Version = "v0.2.18" // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package -const DefaultPlaywrightMCPVersion Version = "0.0.76" +const DefaultPlaywrightMCPVersion Version = "0.0.77" // 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.