@playwright/mcp 0.0.44 → 0.0.45

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 +7 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -84,7 +84,13 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
84
84
  <details>
85
85
  <summary>Codex</summary>
86
86
 
87
- Create or edit the configuration file `~/.codex/config.toml` and add:
87
+ Use the Codex CLI to add the Playwright MCP server:
88
+
89
+ ```bash
90
+ codex mcp add playwright npx "@playwright/mcp@latest"
91
+ ```
92
+
93
+ Alternatively, create or edit the configuration file `~/.codex/config.toml` and add:
88
94
 
89
95
  ```toml
90
96
  [mcp_servers.playwright]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,15 +37,15 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "playwright": "1.57.0-alpha-2025-10-24",
41
- "playwright-core": "1.57.0-alpha-2025-10-24"
40
+ "playwright": "1.57.0-alpha-1761929702000",
41
+ "playwright-core": "1.57.0-alpha-1761929702000"
42
42
  },
43
43
  "bin": {
44
44
  "mcp-server-playwright": "cli.js"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@modelcontextprotocol/sdk": "^1.17.5",
48
- "@playwright/test": "1.57.0-alpha-2025-10-24",
48
+ "@playwright/test": "1.57.0-alpha-1761929702000",
49
49
  "@types/node": "^24.3.0",
50
50
  "zod-to-json-schema": "^3.24.6"
51
51
  }