@playwright/mcp 0.0.45 → 0.0.46-alpha-2025-11-09
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.
- package/README.md +15 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -115,6 +115,21 @@ Go to `Cursor Settings` -> `MCP` -> `Add new MCP Server`. Name to your liking, u
|
|
|
115
115
|
|
|
116
116
|
</details>
|
|
117
117
|
|
|
118
|
+
<details>
|
|
119
|
+
<summary>Factory</summary>
|
|
120
|
+
|
|
121
|
+
Use the Factory CLI to add the Playwright MCP server:
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
droid mcp add playwright "npx @playwright/mcp@latest"
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
Alternatively, type `/mcp` within Factory droid to open an interactive UI for managing MCP servers.
|
|
128
|
+
|
|
129
|
+
For more information, see the [Factory MCP documentation](https://docs.factory.ai/cli/configuration/mcp).
|
|
130
|
+
|
|
131
|
+
</details>
|
|
132
|
+
|
|
118
133
|
<details>
|
|
119
134
|
<summary>Gemini CLI</summary>
|
|
120
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playwright/mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46-alpha-2025-11-09",
|
|
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-
|
|
41
|
-
"playwright-core": "1.57.0-alpha-
|
|
40
|
+
"playwright": "1.57.0-alpha-2025-11-07",
|
|
41
|
+
"playwright-core": "1.57.0-alpha-2025-11-07"
|
|
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-
|
|
48
|
+
"@playwright/test": "1.57.0-alpha-2025-11-07",
|
|
49
49
|
"@types/node": "^24.3.0",
|
|
50
50
|
"zod-to-json-schema": "^3.24.6"
|
|
51
51
|
}
|