chore(deps): update dependency @playwright/mcp to v0.0.81 - #973
Merged
Merged
Conversation
Contributor
🔒 MCP Security Scan Results✅ playwright-mcp
Summary: Scanned 1 MCP server(s), all passed security checks. ✅ |
renovate
Bot
force-pushed
the
renovate/playwright-mcp-0.x
branch
from
September 14, 2026 23:43
1283f04 to
a17064e
Compare
danbarr
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.79→0.0.81Release Notes
microsoft/playwright-mcp (@playwright/mcp)
v0.0.81Compare Source
What's New
🎉 New Tools
browser_webmcp_list/browser_webmcp_call— List and call the tools a page registers through the WebMCP API, letting the page do the work instead of driving its UI. When a page has WebMCP tools, the page status reports how many are available (#42613). WebMCP is experimental, see WebMCP in Chrome for how to enable it.Other Changes
--profile-dir-name <name>option (envPLAYWRIGHT_MCP_PROFILE_DIR_NAME) selects the Chrome profile to connect to in extension mode when the extension is installed in several profiles, for example"Profile 1"(#42527)--idle-timeout <ms>(configtimeouts.idle, envPLAYWRIGHT_MCP_IDLE_TIMEOUT) to change the timeout,0disables it. Headed and attached browsers are not closed unless a timeout is set explicitly (#42663, #42676)--image-responsesacceptsonly: a response that carries an image consists of the image parts alone, without the text part (#42672)Bug Fixes
browser_closereturns an error when the browser context is shared (--shared-browser-context) instead of breaking the calling client's session. This supersedes the v0.0.80 change that dropped the backend afterbrowser_close(#42495)--shared-browser-context,browser_start_recording/browser_stop_recording(opt-in via--caps=devtools) keep each client's recording separate instead of delivering one client's recorded actions to another (#42622, #42627)sub/shot.png) no longer fail withENOENT;browser_file_uploadandbrowser_dropresolve relative paths against the workspace root (#42540)PLAYWRIGHT_MCP_EXTENSION_TOKENset, a connection that never completes (e.g. the token belongs to another Chrome profile) now fails after 30 seconds with a hint instead of hanging the tool call forever (#42525)v0.0.80Compare Source
What's New
New Tools
browser_start_recording/browser_stop_recording(opt-in via--caps=devtools) — Record actions that the user performs manually in the browser and return them as Playwright code. Useful when the user wants to demonstrate a flow instead of describing it (#42359)Bug Fixes
--codegenlanguage is inferred from the environment (#42150)--user-data-dirin extension mode (#42190)browser_take_screenshotreturns the original screenshot bytes instead of silently downscaling them to model-specific limits (#42406)browser_closewith a shared browser context, so subsequent tool calls from the same client no longer fail (#42365)browserInforeports the browser actually running remotely instead of the configured one (#42228)chromiumSandboxsetting from the config file (#42288)/killkillkillendpoint is no longer registered outside of tests (#42133)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.