Skip to content

Commit 91643aa

Browse files
chore: mark v0.0.82
## What's New ### New Tools - **`browser_emulate_media`** — Emulate color scheme, reduced motion, forced colors, contrast, and screen/print media. Pass `null` to clear an override ([#42668](microsoft/playwright#42668)). ### Other Changes - **Tool removal:** `browser_webmcp_list` and `browser_webmcp_call` are now skill-only and no longer exposed as MCP tools ([#42671](microsoft/playwright#42671)). ## Bug Fixes - Failed `browser_file_upload` calls preserve the file chooser, allowing another upload attempt without reopening it ([#42713](microsoft/playwright#42713)). - Corrected the Playwright import in the published configuration types ([#1762](#1762)). Co-authored-by: pavelfeldman <883973+pavelfeldman@users.noreply.github.com>
1 parent 4f88710 commit 91643aa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/mcp",
3-
"version": "0.1.0",
3+
"version": "0.0.82",
44
"description": "Playwright Tools for MCP",
55
"repository": {
66
"type": "git",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/microsoft/playwright-mcp",
77
"source": "github"
88
},
9-
"version": "0.1.0",
9+
"version": "0.0.82",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@playwright/mcp",
14-
"version": "0.1.0",
14+
"version": "0.0.82",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)