Skip to content

Commit fc93e35

Browse files
authored
Merge pull request #229 from stacklok/fix/playwright-args
fix: add `--allowed-hosts` arg to Playwright MCP spec
2 parents 59196c8 + 48f32ee commit fc93e35

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

registry/playwright/spec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# playwright MCP Server Registry Entry
22
# Auto-imported from ToolHive registry.json
3-
#
3+
#
44
# Original source: https://github.com/stacklok/toolhive
55
# Import timestamp: 2025-08-14T07:27:00Z
66
# ---
@@ -40,7 +40,7 @@ tools:
4040
metadata:
4141
stars: 20378
4242
pulls: 23622
43-
last_updated: "2025-09-26T02:29:10Z"
43+
last_updated: '2025-09-26T02:29:10Z'
4444
repository_url: https://github.com/microsoft/playwright-mcp
4545
tags:
4646
- playwright
@@ -57,4 +57,6 @@ permissions:
5757
- 443
5858
args:
5959
- --port
60-
- "8931"
60+
- '8931'
61+
- --allowed-hosts
62+
- '*'

0 commit comments

Comments
 (0)