From cde3fa7095ee74e8bf079642193c551dc58f798e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 1 May 2026 12:47:33 -0700 Subject: [PATCH 1/2] cherry-pick(#40259): chore(mcp): rename Playwright MCP Bridge to Playwright Extension --- docs/src/getting-started-cli.md | 2 +- docs/src/getting-started-mcp.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/getting-started-cli.md b/docs/src/getting-started-cli.md index 8a1bb6e355e48..7cbac544b41e5 100644 --- a/docs/src/getting-started-cli.md +++ b/docs/src/getting-started-cli.md @@ -283,7 +283,7 @@ Connect to your existing browser tabs instead of launching a new browser: playwright-cli open --extension ``` -This requires the [Playwright MCP Bridge browser extension](https://github.com/user-attachments/packages/extension) to be installed. +This requires the [Playwright Extension](https://github.com/user-attachments/packages/extension) to be installed. ## Quick Reference diff --git a/docs/src/getting-started-mcp.md b/docs/src/getting-started-mcp.md index 1cbb02a411deb..20d929efa3e28 100644 --- a/docs/src/getting-started-mcp.md +++ b/docs/src/getting-started-mcp.md @@ -175,7 +175,7 @@ Playwright MCP supports three profile modes: - **Persistent (default)**: Login state and cookies are preserved between sessions. The profile is stored in `ms-playwright/mcp-{channel}-profile` in your platform's cache directory. Override with `--user-data-dir`. - **Isolated**: Each session starts fresh. Pass `--isolated` to enable. You can load initial state with `--storage-state`. -- **Browser extension**: Connect to your existing browser tabs with the [Playwright MCP Bridge extension](https://github.com/user-attachments/packages/extension). Pass `--extension` to enable. +- **Browser extension**: Connect to your existing browser tabs with the [Playwright Extension](https://github.com/user-attachments/packages/extension). Pass `--extension` to enable. ### Configuration file From d128e09579d8a72a1da10cf55b8a6597f7036780 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 1 May 2026 12:47:44 -0700 Subject: [PATCH 2/2] cherry-pick(#40571): docs: fix broken Playwright Extension and MCP repository links --- docs/src/getting-started-cli.md | 2 +- docs/src/getting-started-mcp.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/getting-started-cli.md b/docs/src/getting-started-cli.md index 7cbac544b41e5..1b84c0616323a 100644 --- a/docs/src/getting-started-cli.md +++ b/docs/src/getting-started-cli.md @@ -283,7 +283,7 @@ Connect to your existing browser tabs instead of launching a new browser: playwright-cli open --extension ``` -This requires the [Playwright Extension](https://github.com/user-attachments/packages/extension) to be installed. +This requires the [Playwright Extension](https://github.com/microsoft/playwright/blob/main/packages/extension/README.md) to be installed. ## Quick Reference diff --git a/docs/src/getting-started-mcp.md b/docs/src/getting-started-mcp.md index 20d929efa3e28..f3c503179f445 100644 --- a/docs/src/getting-started-mcp.md +++ b/docs/src/getting-started-mcp.md @@ -175,7 +175,7 @@ Playwright MCP supports three profile modes: - **Persistent (default)**: Login state and cookies are preserved between sessions. The profile is stored in `ms-playwright/mcp-{channel}-profile` in your platform's cache directory. Override with `--user-data-dir`. - **Isolated**: Each session starts fresh. Pass `--isolated` to enable. You can load initial state with `--storage-state`. -- **Browser extension**: Connect to your existing browser tabs with the [Playwright Extension](https://github.com/user-attachments/packages/extension). Pass `--extension` to enable. +- **Browser extension**: Connect to your existing browser tabs with the [Playwright Extension](https://github.com/microsoft/playwright/blob/main/packages/extension/README.md). Pass `--extension` to enable. ### Configuration file @@ -185,7 +185,7 @@ For advanced configuration, use a JSON config file: npx @playwright/mcp@latest --config path/to/config.json ``` -The config file supports browser options, context options, network rules, timeouts, and more. See the [Playwright MCP repository](https://github.com/microsoft/playwright-mcp/blob/main/packages/playwright-mcp/config.d.ts) for the full schema. +The config file supports browser options, context options, network rules, timeouts, and more. See the [Playwright MCP repository](https://github.com/microsoft/playwright-mcp/blob/main/config.d.ts) for the full schema. ### Standalone server