chore(deps): update dependency @playwright/mcp to v0.0.63#365
Merged
Conversation
🔒 MCP Security Scan Results✅ playwright-mcp
Summary: Scanned 1 MCP server(s), all passed security checks. ✅ |
JAORMX
approved these changes
Feb 5, 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.62→0.0.63Release Notes
microsoft/playwright-mcp (@playwright/mcp)
v0.0.63Compare Source
🗄️ Browser storage & authentication state control
Full introspection and manipulation of browser storage, enabling reproducible auth flows, debugging, and stateful automation.
Inspect and manage cookies:
Work directly with Web Storage APIs:
Perfect for:
🌐 Powerful network & API request mocking
Intercept, mock, modify, or block network requests directly from the CLI — no test harness required.
Simple CLI-based request mocking
Mock responses by URL pattern with custom status codes, bodies, headers, or request mutations.
Manage active routes:
Use cases:
Flexible URL pattern matching
Routes support glob-style patterns for precise targeting:
🧠 Advanced request handling with
run-codeFor conditional logic, request inspection, response mutation, or timing control, drop down to raw Playwright routing via
run-code.Conditional responses based on request data
Modify real backend responses
Simulate network failures
🧠 SKILLS
Local SKILLS installation
> playwright-cli install-skillsOther
Browser installation (renamed)
> playwright-cli install-browserEphemeral browser contexts (renamed)
> playwright-cli config --in-memoryRenamed from
--isolatedto better reflect behavior:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.