@playwright/mcp 0.0.41-alpha-2025-10-02 → 0.0.41-alpha-2025-10-03

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -165,6 +165,13 @@ code --add-mcp '{"name":"playwright","command":"npx","args":["@playwright/mcp@la
165
165
  After installation, the Playwright MCP server will be available for use with your GitHub Copilot agent in VS Code.
166
166
  </details>
167
167
 
168
+ <details>
169
+ <summary>Warp</summary>
170
+
171
+ Go to `Settings` -> `AI` -> `Manage MCP Servers` -> `+ Add` to [add an MCP Server](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server). Use the standard config above.
172
+
173
+ </details>
174
+
168
175
  <details>
169
176
  <summary>Windsurf</summary>
170
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.41-alpha-2025-10-02",
3
+ "version": "0.0.41-alpha-2025-10-03",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",