@playwright/mcp 0.0.61 → 0.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -17
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -340,7 +340,7 @@ Playwright MCP server supports following arguments. They can be provided in the
340
340
  | --blocked-origins <origins> | semicolon-separated list of origins to block the browser from requesting. Blocklist is evaluated before allowlist. If used without the allowlist, requests not matching the blocklist are still allowed. Important: *does not* serve as a security boundary and *does not* affect redirects.<br>*env* `PLAYWRIGHT_MCP_BLOCKED_ORIGINS` |
341
341
  | --block-service-workers | block service workers<br>*env* `PLAYWRIGHT_MCP_BLOCK_SERVICE_WORKERS` |
342
342
  | --browser <browser> | browser or chrome channel to use, possible values: chrome, firefox, webkit, msedge.<br>*env* `PLAYWRIGHT_MCP_BROWSER` |
343
- | --caps <caps> | comma-separated list of additional capabilities to enable, possible values: vision, pdf.<br>*env* `PLAYWRIGHT_MCP_CAPS` |
343
+ | --caps <caps> | comma-separated list of additional capabilities to enable, possible values: vision, pdf, devtools.<br>*env* `PLAYWRIGHT_MCP_CAPS` |
344
344
  | --cdp-endpoint <endpoint> | CDP endpoint to connect to.<br>*env* `PLAYWRIGHT_MCP_CDP_ENDPOINT` |
345
345
  | --cdp-header <headers...> | CDP headers to send with the connect request, multiple can be specified.<br>*env* `PLAYWRIGHT_MCP_CDP_HEADER` |
346
346
  | --codegen <lang> | specify the language to use for code generation, possible values: "typescript", "none". Default is "typescript".<br>*env* `PLAYWRIGHT_MCP_CODEGEN` |
@@ -363,6 +363,7 @@ Playwright MCP server supports following arguments. They can be provided in the
363
363
  | --port <port> | port to listen on for SSE transport.<br>*env* `PLAYWRIGHT_MCP_PORT` |
364
364
  | --proxy-bypass <bypass> | comma-separated domains to bypass proxy, for example ".com,chromium.org,.domain.com"<br>*env* `PLAYWRIGHT_MCP_PROXY_BYPASS` |
365
365
  | --proxy-server <proxy> | specify proxy server, for example "http://myproxy:3128" or "socks5://myproxy:8080"<br>*env* `PLAYWRIGHT_MCP_PROXY_SERVER` |
366
+ | --sandbox | enable the sandbox for all process types that are normally not sandboxed.<br>*env* `PLAYWRIGHT_MCP_SANDBOX` |
366
367
  | --save-session | Whether to save the Playwright MCP session into the output directory.<br>*env* `PLAYWRIGHT_MCP_SAVE_SESSION` |
367
368
  | --save-trace | Whether to save the Playwright Trace of the session into the output directory.<br>*env* `PLAYWRIGHT_MCP_SAVE_TRACE` |
368
369
  | --save-video <size> | Whether to save the video of the session into the output directory. For example "--save-video=800x600"<br>*env* `PLAYWRIGHT_MCP_SAVE_VIDEO` |
@@ -1127,22 +1128,6 @@ http.createServer(async (req, res) => {
1127
1128
  <details>
1128
1129
  <summary><b>Tracing (opt-in via --caps=tracing)</b></summary>
1129
1130
 
1130
- <!-- NOTE: This has been generated via update-readme.js -->
1131
-
1132
- - **browser_start_tracing**
1133
- - Title: Start tracing
1134
- - Description: Start trace recording
1135
- - Parameters: None
1136
- - Read-only: **true**
1137
-
1138
- <!-- NOTE: This has been generated via update-readme.js -->
1139
-
1140
- - **browser_stop_tracing**
1141
- - Title: Stop tracing
1142
- - Description: Stop trace recording
1143
- - Parameters: None
1144
- - Read-only: **true**
1145
-
1146
1131
  </details>
1147
1132
 
1148
1133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "playwright": "1.59.0-alpha-1769452054000",
38
- "playwright-core": "1.59.0-alpha-1769452054000"
37
+ "playwright": "1.59.0-alpha-1769819922000",
38
+ "playwright-core": "1.59.0-alpha-1769819922000"
39
39
  },
40
40
  "bin": {
41
41
  "playwright-mcp": "cli.js"