Pavel Feldman commited on
Commit
d246fff
·
unverified ·
1 Parent(s): 925735a

chore: mark v0.0.62 (#1360)

Browse files
README.md CHANGED
@@ -340,7 +340,7 @@ Playwright MCP server supports following arguments. They can be provided in the
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
  | --block-service-workers | block service workers<br>*env* `PLAYWRIGHT_MCP_BLOCK_SERVICE_WORKERS` |
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` |
344
  | --cdp-endpoint <endpoint> | CDP endpoint to connect to.<br>*env* `PLAYWRIGHT_MCP_CDP_ENDPOINT` |
345
  | --cdp-header <headers...> | CDP headers to send with the connect request, multiple can be specified.<br>*env* `PLAYWRIGHT_MCP_CDP_HEADER` |
346
  | --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) => {
1128
  <details>
1129
  <summary><b>Tracing (opt-in via --caps=tracing)</b></summary>
1130
 
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
-
1147
  </details>
1148
 
1149
 
 
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
  | --block-service-workers | block service workers<br>*env* `PLAYWRIGHT_MCP_BLOCK_SERVICE_WORKERS` |
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, devtools.<br>*env* `PLAYWRIGHT_MCP_CAPS` |
344
  | --cdp-endpoint <endpoint> | CDP endpoint to connect to.<br>*env* `PLAYWRIGHT_MCP_CDP_ENDPOINT` |
345
  | --cdp-header <headers...> | CDP headers to send with the connect request, multiple can be specified.<br>*env* `PLAYWRIGHT_MCP_CDP_HEADER` |
346
  | --codegen <lang> | specify the language to use for code generation, possible values: "typescript", "none". Default is "typescript".<br>*env* `PLAYWRIGHT_MCP_CODEGEN` |
 
1128
  <details>
1129
  <summary><b>Tracing (opt-in via --caps=tracing)</b></summary>
1130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  </details>
1132
 
1133
 
package-lock.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
  "name": "playwright-mcp-internal",
3
- "version": "0.0.61",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
  "name": "playwright-mcp-internal",
9
- "version": "0.0.61",
10
  "license": "Apache-2.0",
11
  "workspaces": [
12
  "packages/*"
13
  ],
14
  "devDependencies": {
15
  "@modelcontextprotocol/sdk": "^1.25.2",
16
- "@playwright/test": "1.59.0-alpha-1769561805000",
17
  "@types/node": "^24.3.0"
18
  }
19
  },
@@ -806,13 +806,13 @@
806
  "link": true
807
  },
808
  "node_modules/@playwright/test": {
809
- "version": "1.59.0-alpha-1769561805000",
810
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769561805000.tgz",
811
- "integrity": "sha512-S6Bvamvt2+M3Aolm5CJwUpLoNTqK32NYtbrt6n278vTjQZOxm9XVCp0+cJyuzDbzIdl+1nMdCB7n1NAFkKoB7g==",
812
  "dev": true,
813
  "license": "Apache-2.0",
814
  "dependencies": {
815
- "playwright": "1.59.0-alpha-1769561805000"
816
  },
817
  "bin": {
818
  "playwright": "cli.js"
@@ -2562,12 +2562,12 @@
2562
  }
2563
  },
2564
  "node_modules/playwright": {
2565
- "version": "1.59.0-alpha-1769561805000",
2566
- "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769561805000.tgz",
2567
- "integrity": "sha512-ZSqxE5/k3QdPCQL0mqpiRYVkAeFuELBK6NMuoPfHHHx5d1OH2MBiRUL2KEBtJZXqpQt7QfZP664f4qQ0xW48JA==",
2568
  "license": "Apache-2.0",
2569
  "dependencies": {
2570
- "playwright-core": "1.59.0-alpha-1769561805000"
2571
  },
2572
  "bin": {
2573
  "playwright": "cli.js"
@@ -2584,9 +2584,9 @@
2584
  "link": true
2585
  },
2586
  "node_modules/playwright-core": {
2587
- "version": "1.59.0-alpha-1769561805000",
2588
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769561805000.tgz",
2589
- "integrity": "sha512-qB8D0mAP1vrqndK6a/v9iCji9jA/aFv95KSh0TJmoQNLzXkPWwq7a3UWmjUjUDKiyWgiQ8WpI59ham7Q+ypBww==",
2590
  "license": "Apache-2.0",
2591
  "bin": {
2592
  "playwright-core": "cli.js"
@@ -3306,7 +3306,7 @@
3306
  },
3307
  "packages/extension": {
3308
  "name": "@playwright/mcp-extension",
3309
- "version": "0.0.61",
3310
  "license": "Apache-2.0",
3311
  "devDependencies": {
3312
  "@types/chrome": "^0.0.315",
@@ -3325,12 +3325,12 @@
3325
  },
3326
  "packages/playwright-cli": {
3327
  "name": "@playwright/cli",
3328
- "version": "0.0.61",
3329
  "license": "Apache-2.0",
3330
  "dependencies": {
3331
  "minimist": "^1.2.5",
3332
- "playwright": "1.59.0-alpha-1769561805000",
3333
- "playwright-core": "1.59.0-alpha-1769561805000"
3334
  },
3335
  "bin": {
3336
  "playwright-cli": "playwright-cli.js"
@@ -3341,20 +3341,67 @@
3341
  },
3342
  "packages/playwright-cli-stub": {
3343
  "name": "playwright-cli",
3344
- "version": "0.261.0",
3345
  "license": "Apache-2.0",
3346
  "dependencies": {
3347
  "@playwright/cli": "0.0.61"
3348
  },
3349
  "devDependencies": {}
3350
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3351
  "packages/playwright-mcp": {
3352
  "name": "@playwright/mcp",
3353
- "version": "0.0.61",
3354
  "license": "Apache-2.0",
3355
  "dependencies": {
3356
- "playwright": "1.59.0-alpha-1769561805000",
3357
- "playwright-core": "1.59.0-alpha-1769561805000"
3358
  },
3359
  "bin": {
3360
  "playwright-mcp": "cli.js"
 
1
  {
2
  "name": "playwright-mcp-internal",
3
+ "version": "0.0.62",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
  "name": "playwright-mcp-internal",
9
+ "version": "0.0.62",
10
  "license": "Apache-2.0",
11
  "workspaces": [
12
  "packages/*"
13
  ],
14
  "devDependencies": {
15
  "@modelcontextprotocol/sdk": "^1.25.2",
16
+ "@playwright/test": "1.59.0-alpha-1769819922000",
17
  "@types/node": "^24.3.0"
18
  }
19
  },
 
806
  "link": true
807
  },
808
  "node_modules/@playwright/test": {
809
+ "version": "1.59.0-alpha-1769819922000",
810
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769819922000.tgz",
811
+ "integrity": "sha512-Oc24xlFGpqs+fUqnLXLbfVTIaN/+ws2Nb9R7B1laIXn1ZpI42UT5b3Bu1Lh3DiyKQStO2Il+ljwL9+ZF5rLFLQ==",
812
  "dev": true,
813
  "license": "Apache-2.0",
814
  "dependencies": {
815
+ "playwright": "1.59.0-alpha-1769819922000"
816
  },
817
  "bin": {
818
  "playwright": "cli.js"
 
2562
  }
2563
  },
2564
  "node_modules/playwright": {
2565
+ "version": "1.59.0-alpha-1769819922000",
2566
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769819922000.tgz",
2567
+ "integrity": "sha512-SVy14jHP15zyxPHfQSnpA628sRG/dX5SSR9VymG6aI9tRUlBhInQgmeW0YcX65aaMrmhIdo50BUYtDn+kcjYEQ==",
2568
  "license": "Apache-2.0",
2569
  "dependencies": {
2570
+ "playwright-core": "1.59.0-alpha-1769819922000"
2571
  },
2572
  "bin": {
2573
  "playwright": "cli.js"
 
2584
  "link": true
2585
  },
2586
  "node_modules/playwright-core": {
2587
+ "version": "1.59.0-alpha-1769819922000",
2588
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769819922000.tgz",
2589
+ "integrity": "sha512-mHxFU9XPUiC1HWkZWuTG1tbZxjSWkjHhsHFyrxRs3KDTBsSrsRwaa/lw6awSzubLqDI7OsuqXptnO/AB7ozhoQ==",
2590
  "license": "Apache-2.0",
2591
  "bin": {
2592
  "playwright-core": "cli.js"
 
3306
  },
3307
  "packages/extension": {
3308
  "name": "@playwright/mcp-extension",
3309
+ "version": "0.0.62",
3310
  "license": "Apache-2.0",
3311
  "devDependencies": {
3312
  "@types/chrome": "^0.0.315",
 
3325
  },
3326
  "packages/playwright-cli": {
3327
  "name": "@playwright/cli",
3328
+ "version": "0.0.62",
3329
  "license": "Apache-2.0",
3330
  "dependencies": {
3331
  "minimist": "^1.2.5",
3332
+ "playwright": "1.59.0-alpha-1769819922000",
3333
+ "playwright-core": "1.59.0-alpha-1769819922000"
3334
  },
3335
  "bin": {
3336
  "playwright-cli": "playwright-cli.js"
 
3341
  },
3342
  "packages/playwright-cli-stub": {
3343
  "name": "playwright-cli",
3344
+ "version": "0.0.62",
3345
  "license": "Apache-2.0",
3346
  "dependencies": {
3347
  "@playwright/cli": "0.0.61"
3348
  },
3349
  "devDependencies": {}
3350
  },
3351
+ "packages/playwright-cli-stub/node_modules/@playwright/cli": {
3352
+ "version": "0.0.61",
3353
+ "resolved": "https://registry.npmjs.org/@playwright/cli/-/cli-0.0.61.tgz",
3354
+ "integrity": "sha512-TFovFfiKCQHuNhZCVHySPHkcvWXQFuKDSXYPexFzwoJ/aHJjpfBIs6Srlv3aowtZ3MQ1A0/Krq7aUMNnFvhUkA==",
3355
+ "license": "Apache-2.0",
3356
+ "dependencies": {
3357
+ "minimist": "^1.2.5",
3358
+ "playwright": "1.59.0-alpha-1769452054000",
3359
+ "playwright-core": "1.59.0-alpha-1769452054000"
3360
+ },
3361
+ "bin": {
3362
+ "playwright-cli": "playwright-cli.js"
3363
+ },
3364
+ "engines": {
3365
+ "node": ">=18"
3366
+ }
3367
+ },
3368
+ "packages/playwright-cli-stub/node_modules/playwright": {
3369
+ "version": "1.59.0-alpha-1769452054000",
3370
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769452054000.tgz",
3371
+ "integrity": "sha512-emHM/Pt6ACb0zZOOZNNQg6ahAbpiRKgWxmXeqhcmXWYbZ8zk+GIXavyBHYe5O3KC7GEHizECu83x1EldD3vs7Q==",
3372
+ "license": "Apache-2.0",
3373
+ "dependencies": {
3374
+ "playwright-core": "1.59.0-alpha-1769452054000"
3375
+ },
3376
+ "bin": {
3377
+ "playwright": "cli.js"
3378
+ },
3379
+ "engines": {
3380
+ "node": ">=18"
3381
+ },
3382
+ "optionalDependencies": {
3383
+ "fsevents": "2.3.2"
3384
+ }
3385
+ },
3386
+ "packages/playwright-cli-stub/node_modules/playwright-core": {
3387
+ "version": "1.59.0-alpha-1769452054000",
3388
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769452054000.tgz",
3389
+ "integrity": "sha512-JulA7CBOf/Ks/MrXVpylMn9NLKRI933ZOR7A6lqW+VsAgSxrAE+j5BsxArSBaO1dUI1EfrVl0hDzVs4ftnWhaw==",
3390
+ "license": "Apache-2.0",
3391
+ "bin": {
3392
+ "playwright-core": "cli.js"
3393
+ },
3394
+ "engines": {
3395
+ "node": ">=18"
3396
+ }
3397
+ },
3398
  "packages/playwright-mcp": {
3399
  "name": "@playwright/mcp",
3400
+ "version": "0.0.62",
3401
  "license": "Apache-2.0",
3402
  "dependencies": {
3403
+ "playwright": "1.59.0-alpha-1769819922000",
3404
+ "playwright-core": "1.59.0-alpha-1769819922000"
3405
  },
3406
  "bin": {
3407
  "playwright-mcp": "cli.js"
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "playwright-mcp-internal",
3
- "version": "0.0.61",
4
  "private": true,
5
  "repository": {
6
  "type": "git",
@@ -17,14 +17,15 @@
17
  "docker-run": "docker run -it -p 8080:8080 --name playwright-mcp-dev playwright-mcp-dev:latest",
18
  "lint": "npm run lint --workspaces",
19
  "test": "npm run test --workspaces",
20
- "build": "npm run build --workspaces"
 
21
  },
22
  "workspaces": [
23
  "packages/*"
24
  ],
25
  "devDependencies": {
26
  "@modelcontextprotocol/sdk": "^1.25.2",
27
- "@playwright/test": "1.59.0-alpha-1769561805000",
28
  "@types/node": "^24.3.0"
29
  }
30
  }
 
1
  {
2
  "name": "playwright-mcp-internal",
3
+ "version": "0.0.62",
4
  "private": true,
5
  "repository": {
6
  "type": "git",
 
17
  "docker-run": "docker run -it -p 8080:8080 --name playwright-mcp-dev playwright-mcp-dev:latest",
18
  "lint": "npm run lint --workspaces",
19
  "test": "npm run test --workspaces",
20
+ "build": "npm run build --workspaces",
21
+ "bump": "npm version --workspaces --no-git-tag-version"
22
  },
23
  "workspaces": [
24
  "packages/*"
25
  ],
26
  "devDependencies": {
27
  "@modelcontextprotocol/sdk": "^1.25.2",
28
+ "@playwright/test": "1.59.0-alpha-1769819922000",
29
  "@types/node": "^24.3.0"
30
  }
31
  }
packages/extension/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@playwright/mcp-extension",
3
- "version": "0.0.61",
4
  "description": "Playwright MCP Browser Extension",
5
  "private": true,
6
  "repository": {
 
1
  {
2
  "name": "@playwright/mcp-extension",
3
+ "version": "0.0.62",
4
  "description": "Playwright MCP Browser Extension",
5
  "private": true,
6
  "repository": {
packages/playwright-cli-stub/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "playwright-cli",
3
- "version": "0.261.0",
4
  "description": "Playwright CLI",
5
  "repository": "github:Microsoft/playwright-cli",
6
  "homepage": "https://playwright.dev",
 
1
  {
2
  "name": "playwright-cli",
3
+ "version": "0.0.62",
4
  "description": "Playwright CLI",
5
  "repository": "github:Microsoft/playwright-cli",
6
  "homepage": "https://playwright.dev",
packages/playwright-cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@playwright/cli",
3
- "version": "0.0.61",
4
  "description": "Playwright CLI",
5
  "repository": {
6
  "type": "git",
@@ -21,8 +21,8 @@
21
  },
22
  "dependencies": {
23
  "minimist": "^1.2.5",
24
- "playwright": "1.59.0-alpha-1769561805000",
25
- "playwright-core": "1.59.0-alpha-1769561805000"
26
  },
27
  "bin": {
28
  "playwright-cli": "playwright-cli.js"
 
1
  {
2
  "name": "@playwright/cli",
3
+ "version": "0.0.62",
4
  "description": "Playwright CLI",
5
  "repository": {
6
  "type": "git",
 
21
  },
22
  "dependencies": {
23
  "minimist": "^1.2.5",
24
+ "playwright": "1.59.0-alpha-1769819922000",
25
+ "playwright-core": "1.59.0-alpha-1769819922000"
26
  },
27
  "bin": {
28
  "playwright-cli": "playwright-cli.js"
packages/playwright-mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@playwright/mcp",
3
- "version": "0.0.61",
4
  "description": "Playwright Tools for MCP",
5
  "repository": {
6
  "type": "git",
@@ -34,8 +34,8 @@
34
  }
35
  },
36
  "dependencies": {
37
- "playwright": "1.59.0-alpha-1769561805000",
38
- "playwright-core": "1.59.0-alpha-1769561805000"
39
  },
40
  "bin": {
41
  "playwright-mcp": "cli.js"
 
1
  {
2
  "name": "@playwright/mcp",
3
+ "version": "0.0.62",
4
  "description": "Playwright Tools for MCP",
5
  "repository": {
6
  "type": "git",
 
34
  }
35
  },
36
  "dependencies": {
37
+ "playwright": "1.59.0-alpha-1769819922000",
38
+ "playwright-core": "1.59.0-alpha-1769819922000"
39
  },
40
  "bin": {
41
  "playwright-mcp": "cli.js"