Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const DefaultMCPGatewayContainer = "ghcr.io/githubnext/gh-aw-mcpg"
const DefaultSandboxRuntimeVersion Version = "0.0.28"

// DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package
const DefaultPlaywrightMCPVersion Version = "0.0.55"
const DefaultPlaywrightMCPVersion Version = "0.0.56"

// DefaultPlaywrightBrowserVersion is the default version of the Playwright browser Docker image
const DefaultPlaywrightBrowserVersion Version = "v1.57.0"
Expand Down
Loading