@playwright/mcp 0.0.1 → 0.0.2

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ A Model Context Protocol (MCP) server that provides browser automation capabilit
23
23
  "playwright": {
24
24
  "command": "npx",
25
25
  "args": [
26
- "@playwright/mcp",
26
+ "@playwright/mcp@latest",
27
27
  ]
28
28
  }
29
29
  }
@@ -40,7 +40,7 @@ This mode is useful for background or batch operations.
40
40
  "playwright": {
41
41
  "command": "npx",
42
42
  "args": [
43
- "@playwright/mcp",
43
+ "@playwright/mcp@latest",
44
44
  "--headless"
45
45
  ]
46
46
  }
@@ -66,7 +66,7 @@ And then in MCP config, add following to the `env`:
66
66
  "playwright": {
67
67
  "command": "npx",
68
68
  "args": [
69
- "@playwright/mcp"
69
+ "@playwright/mcp@latest"
70
70
  ],
71
71
  "env": {
72
72
  // Use the endpoint from the output of the server above.
@@ -92,7 +92,7 @@ To use Vision Mode, add the `--vision` flag when starting the server:
92
92
  "playwright": {
93
93
  "command": "npx",
94
94
  "args": [
95
- "@playwright/mcp",
95
+ "@playwright/mcp@latest",
96
96
  "--vision"
97
97
  ]
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",