Skip to content

Commit 9e18a3c

Browse files
authored
Added Playwright MCP server (#162)
1 parent 86a2ed6 commit 9e18a3c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

npx/playwright-mcp/spec.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Playwright MCP Server Configuration
2+
# Official Playwright MCP server for browser automation and testing
3+
# Package: https://www.npmjs.com/package/@playwright/mcp
4+
# Repository: https://github.com/microsoft/playwright-mcp
5+
# Will build as: ghcr.io/stacklok/dockyard/npx/playwright-mcp:0.0.44
6+
7+
metadata:
8+
name: playwright-mcp
9+
description: "Official Playwright MCP server for browser automation and testing"
10+
protocol: npx
11+
12+
spec:
13+
package: "@playwright/mcp"
14+
version: "0.0.44"
15+
16+
provenance:
17+
repository_uri: "https://github.com/microsoft/playwright-mcp"
18+
repository_ref: "refs/heads/main"
19+
20+
security:
21+
allowed_issues:
22+
- code: "TF001"
23+
reason: "Data leak risk acceptable - tool designed for browser automation and web testing workflows where external content interaction is essential. Users should be aware of potential data exposure when automating web interactions."
24+
- code: "TF002"
25+
reason: "Destructive flow risk acceptable - browser automation tools are core functionality for web testing and automation. Users should only use with trusted prompts and on non-production systems."

0 commit comments

Comments
 (0)