@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.
- package/README.md +7 -0
- 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
|
|