@playwright/mcp 0.0.74 → 0.0.75

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -779,7 +779,7 @@ docker run -d -i --rm --init --pull=always \
779
779
  --name playwright \
780
780
  -p 8931:8931 \
781
781
  mcr.microsoft.com/playwright/mcp \
782
- cli.js --headless --browser chromium --no-sandbox --port 8931 --host 0.0.0.0
782
+ /app/cli.js --headless --browser chromium --no-sandbox --port 8931 --host 0.0.0.0
783
783
  ```
784
784
 
785
785
  The server will listen on host port **8931** and can be reached by any MCP client.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,12 +37,12 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "playwright": "1.60.0-alpha-1778101408000",
41
- "playwright-core": "1.60.0-alpha-1778101408000"
40
+ "playwright": "1.61.0-alpha-1778188671000",
41
+ "playwright-core": "1.61.0-alpha-1778188671000"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@modelcontextprotocol/sdk": "^1.25.2",
45
- "@playwright/test": "1.60.0-alpha-1778101408000",
45
+ "@playwright/test": "1.61.0-alpha-1778188671000",
46
46
  "@types/node": "^24.3.0"
47
47
  },
48
48
  "bin": {