Skip to content

Commit 7206a58

Browse files
authored
Remove built-in Playwright MCP support (#57521)
1 parent 85a1486 commit 7206a58

109 files changed

Lines changed: 857 additions & 2615 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/remove-playwright-mcp.md

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

.github/aw/actions-lock.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,6 @@
435435
"digest": "sha256:e0eb29cdf8effbbebf115ea99a5f654a44681dfd293661b0991498d651ca6cb4",
436436
"pinned_image": "grafana/mcp-grafana:1.1.0-alpine@sha256:e0eb29cdf8effbbebf115ea99a5f654a44681dfd293661b0991498d651ca6cb4"
437437
},
438-
"mcr.microsoft.com/playwright/mcp": {
439-
"image": "mcr.microsoft.com/playwright/mcp",
440-
"digest": "sha256:18c0a9c934004fe9580cc79f1e8e6e6cde7c667348b215335e8a23fd3e509804",
441-
"pinned_image": "mcr.microsoft.com/playwright/mcp@sha256:18c0a9c934004fe9580cc79f1e8e6e6cde7c667348b215335e8a23fd3e509804"
442-
},
443438
"node:lts-alpine": {
444439
"image": "node:lts-alpine",
445440
"digest": "sha256:e67514e5d0f6c46656005e1b693b2ec9d52e80b641307de684d4a015ba7a4eaf",

.github/aw/syntax-tools-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The `tools:` field configures which tools the coding agent may use.
120120
tools:
121121
bash: ["*"]
122122
```
123-
- `playwright:` - Browser automation for visual regression, accessibility, and end-to-end testing. Use `mode: cli` (recommended) — no Docker, runs `playwright-cli <command>` in bash, `localhost` reaches local servers directly. `mode: mcp` is deprecated (Docker-based). Pin a version with `version:` and restrict network to `local` + `playwright`.
123+
- `playwright:` - Browser automation for visual regression, accessibility, and end-to-end testing. The built-in integration uses `playwright-cli <command>` in bash, and `localhost` reaches local servers directly. `mode: mcp` is removed; use a custom `mcp-servers` entry if MCP is required. Pin the CLI with `version:` and restrict network to `local` + `playwright`.
124124

125125
```yaml
126126
tools:

.github/workflows/archivx-agentic-workflows-analyzer.lock.yml

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

.github/workflows/archivx-agentic-workflows-analyzer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ tools:
5858
bash: true
5959
cli-proxy: true
6060
playwright:
61-
mode: cli
6261
version: "0.1.18"
6362
network:
6463
allowed:
@@ -67,6 +66,7 @@ network:
6766
- playwright
6867

6968
---
69+
7070
# Archivx — Workflow Visualizer
7171

7272
You are Archivx, a workflow visualizer that creates SVG summaries of agentic workflow health and activity using the glowmotion skill.
@@ -212,4 +212,4 @@ The SVG architecture diagram has been committed to `docs/src/assets/archivx/agen
212212
### Workflow Activity
213213
214214
(collapsible — table of top 10 workflows with run counts and success rates)
215-
```
215+
```

0 commit comments

Comments
 (0)