Skip to content

Commit b662260

Browse files
fix: switch playwright to stdio (#356)
* fix: switch playwright to stdio Avoids user complexities with CLI args Signed-off-by: Dan Barr <[email protected]> * chore: update tool lists for MCP servers\n\nUpdated servers:\n- playwright\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: danbarr <[email protected]> --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent fed461f commit b662260

File tree

2 files changed

+19
-28
lines changed

2 files changed

+19
-28
lines changed

registry/playwright/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Provides browser automation capabilities using Playwright
44

55
## Basic Information
66

7-
- **Image:** `mcr.microsoft.com/playwright/mcp:v0.0.32`
7+
- **Image:** `mcr.microsoft.com/playwright/mcp`
88
- **Repository:** [https://github.com/microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp)
99
- **Tier:** Official
1010
- **Status:** Active
11-
- **Transport:** sse
11+
- **Transport:** stdio
1212

1313
## Available Tools
1414

registry/playwright/spec.yaml

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,46 @@
33
#
44
# Original source: https://github.com/stacklok/toolhive
55
# Import timestamp: 2025-08-14T07:27:00Z
6-
# ---
7-
# WARNING: Tool list fetch failed on 2025-08-24
8-
# Manual verification may be required
96
name: playwright
107
description: Provides browser automation capabilities using Playwright
118
tier: Official
129
status: Active
13-
transport: streamable-http
10+
transport: stdio
1411
tools:
12+
- browser_click
1513
- browser_close
16-
- browser_resize
1714
- browser_console_messages
18-
- browser_handle_dialog
15+
- browser_drag
16+
- browser_evaluate
1917
- browser_file_upload
18+
- browser_fill_form
19+
- browser_handle_dialog
20+
- browser_hover
2021
- browser_install
21-
- browser_press_key
2222
- browser_navigate
2323
- browser_navigate_back
24-
- browser_navigate_forward
2524
- browser_network_requests
26-
- browser_pdf_save
27-
- browser_take_screenshot
25+
- browser_press_key
26+
- browser_resize
27+
- browser_select_option
2828
- browser_snapshot
29-
- browser_click
30-
- browser_drag
31-
- browser_hover
29+
- browser_tabs
30+
- browser_take_screenshot
3231
- browser_type
33-
- browser_select_option
34-
- browser_tab_list
35-
- browser_tab_new
36-
- browser_tab_select
37-
- browser_tab_close
38-
- browser_generate_playwright_test
3932
- browser_wait_for
4033
metadata:
41-
stars: 22223
34+
stars: 22839
4235
pulls: 23622
43-
last_updated: '2025-10-22T02:32:29Z'
36+
last_updated: '2025-11-05T21:23:31Z'
4437
repository_url: https://github.com/microsoft/playwright-mcp
4538
tags:
4639
- playwright
4740
- automation
4841
- browser
4942
- navigate
43+
- testing
44+
- web
45+
- accessibility
5046
image: mcr.microsoft.com/playwright/mcp:v0.0.45
5147
target_port: 8931
5248
permissions:
@@ -55,8 +51,3 @@ permissions:
5551
insecure_allow_all: true
5652
allow_port:
5753
- 443
58-
args:
59-
- --port
60-
- '8931'
61-
- --allowed-hosts
62-
- '*'

0 commit comments

Comments
 (0)