Skip to content

Commit d246fff

Browse files
authored
chore: mark v0.0.62 (#1360)
1 parent 925735a commit d246fff

File tree

7 files changed

+82
-50
lines changed

7 files changed

+82
-50
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Playwright MCP server supports following arguments. They can be provided in the
340340
| --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` |
341341
| --block-service-workers | block service workers<br>*env* `PLAYWRIGHT_MCP_BLOCK_SERVICE_WORKERS` |
342342
| --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` |
344344
| --cdp-endpoint <endpoint> | CDP endpoint to connect to.<br>*env* `PLAYWRIGHT_MCP_CDP_ENDPOINT` |
345345
| --cdp-header <headers...> | CDP headers to send with the connect request, multiple can be specified.<br>*env* `PLAYWRIGHT_MCP_CDP_HEADER` |
346346
| --codegen <lang> | specify the language to use for code generation, possible values: "typescript", "none". Default is "typescript".<br>*env* `PLAYWRIGHT_MCP_CODEGEN` |
@@ -1128,22 +1128,6 @@ http.createServer(async (req, res) => {
11281128
<details>
11291129
<summary><b>Tracing (opt-in via --caps=tracing)</b></summary>
11301130

1131-
<!-- NOTE: This has been generated via update-readme.js -->
1132-
1133-
- **browser_start_tracing**
1134-
- Title: Start tracing
1135-
- Description: Start trace recording
1136-
- Parameters: None
1137-
- Read-only: **true**
1138-
1139-
<!-- NOTE: This has been generated via update-readme.js -->
1140-
1141-
- **browser_stop_tracing**
1142-
- Title: Stop tracing
1143-
- Description: Stop trace recording
1144-
- Parameters: None
1145-
- Read-only: **true**
1146-
11471131
</details>
11481132

11491133

package-lock.json

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-mcp-internal",
3-
"version": "0.0.61",
3+
"version": "0.0.62",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -17,14 +17,15 @@
1717
"docker-run": "docker run -it -p 8080:8080 --name playwright-mcp-dev playwright-mcp-dev:latest",
1818
"lint": "npm run lint --workspaces",
1919
"test": "npm run test --workspaces",
20-
"build": "npm run build --workspaces"
20+
"build": "npm run build --workspaces",
21+
"bump": "npm version --workspaces --no-git-tag-version"
2122
},
2223
"workspaces": [
2324
"packages/*"
2425
],
2526
"devDependencies": {
2627
"@modelcontextprotocol/sdk": "^1.25.2",
27-
"@playwright/test": "1.59.0-alpha-1769561805000",
28+
"@playwright/test": "1.59.0-alpha-1769819922000",
2829
"@types/node": "^24.3.0"
2930
}
3031
}

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/mcp-extension",
3-
"version": "0.0.61",
3+
"version": "0.0.62",
44
"description": "Playwright MCP Browser Extension",
55
"private": true,
66
"repository": {

packages/playwright-cli-stub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-cli",
3-
"version": "0.261.0",
3+
"version": "0.0.62",
44
"description": "Playwright CLI",
55
"repository": "github:Microsoft/playwright-cli",
66
"homepage": "https://playwright.dev",

packages/playwright-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/cli",
3-
"version": "0.0.61",
3+
"version": "0.0.62",
44
"description": "Playwright CLI",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"minimist": "^1.2.5",
24-
"playwright": "1.59.0-alpha-1769561805000",
25-
"playwright-core": "1.59.0-alpha-1769561805000"
24+
"playwright": "1.59.0-alpha-1769819922000",
25+
"playwright-core": "1.59.0-alpha-1769819922000"
2626
},
2727
"bin": {
2828
"playwright-cli": "playwright-cli.js"

packages/playwright-mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/mcp",
3-
"version": "0.0.61",
3+
"version": "0.0.62",
44
"description": "Playwright Tools for MCP",
55
"repository": {
66
"type": "git",
@@ -34,8 +34,8 @@
3434
}
3535
},
3636
"dependencies": {
37-
"playwright": "1.59.0-alpha-1769561805000",
38-
"playwright-core": "1.59.0-alpha-1769561805000"
37+
"playwright": "1.59.0-alpha-1769819922000",
38+
"playwright-core": "1.59.0-alpha-1769819922000"
3939
},
4040
"bin": {
4141
"playwright-mcp": "cli.js"

0 commit comments

Comments
 (0)