cloakbrowser-mcp 1.2.6 → 1.2.7

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 (3) hide show
  1. package/README.md +7 -4
  2. package/package.json +1 -1
  3. package/server.json +48 -4
package/README.md CHANGED
@@ -15,6 +15,7 @@
15
15
  [![MCP Registry](https://img.shields.io/badge/MCP%20Registry-published-2E8555)](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.swimmwatch%2Fcloakbrowser-mcp)
16
16
  [![cloakbrowser-mcp MCP server](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp)
17
17
  [![npm](https://img.shields.io/npm/v/cloakbrowser-mcp.svg?logo=npm)](https://www.npmjs.com/package/cloakbrowser-mcp)
18
+ [![Docker Hub pulls](https://img.shields.io/docker/pulls/swimmwatch/cloakbrowser-mcp?logo=docker&label=Docker%20Hub)](https://hub.docker.com/r/swimmwatch/cloakbrowser-mcp)
18
19
  [![Node.js >=20](https://img.shields.io/badge/Node.js-%3E%3D20-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
19
20
  [![MCP Server](https://img.shields.io/badge/MCP-server-000000)](https://modelcontextprotocol.io/)
20
21
  [![Docker](https://img.shields.io/badge/Docker-ready-2496ED?logo=docker&logoColor=white)](docs/docker.md)
@@ -35,6 +36,7 @@ The server is intentionally thin:
35
36
 
36
37
  | cloakbrowser-mcp | @playwright/mcp | Playwright MCP Docker base | CloakBrowser | Node.js | Transport | Platform | Parity |
37
38
  | --- | --- | --- | --- | --- | --- | --- | --- |
39
+ | `1.2.7` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio, Streamable HTTP | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
38
40
  | `1.2.6` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio, Streamable HTTP | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
39
41
  | `1.2.5` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio, Streamable HTTP | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
40
42
  | `1.2.3` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio, Streamable HTTP | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
@@ -75,18 +77,19 @@ For the complete generated CLI flag reference, see the published [CLI Reference]
75
77
  ## Run from Docker
76
78
 
77
79
  ```bash
78
- docker pull ghcr.io/swimmwatch/cloakbrowser-mcp:latest
80
+ docker pull swimmwatch/cloakbrowser-mcp:latest
79
81
  docker run --rm --init -i \
80
82
  -v "$PWD/artifacts:/data" \
81
- ghcr.io/swimmwatch/cloakbrowser-mcp:latest
83
+ swimmwatch/cloakbrowser-mcp:latest
82
84
 
83
85
  docker run --rm --init -p 127.0.0.1:3000:3000 \
84
86
  -v "$PWD/artifacts:/data" \
85
- ghcr.io/swimmwatch/cloakbrowser-mcp:latest \
87
+ swimmwatch/cloakbrowser-mcp:latest \
86
88
  --transport streamable-http --http-host 0.0.0.0 --http-port 3000
87
89
  ```
88
90
 
89
91
  The Docker image is based on the pinned official Playwright MCP image, installs the bridge under `/opt/cloakbrowser-mcp`, and writes artifacts to `/data` by default.
92
+ The same tags are also published to `ghcr.io/swimmwatch/cloakbrowser-mcp`.
90
93
 
91
94
  ## MCP client configuration
92
95
 
@@ -121,7 +124,7 @@ The Docker image is based on the pinned official Playwright MCP image, installs
121
124
  "-i",
122
125
  "-v",
123
126
  "/tmp/cloakbrowser-artifacts:/data",
124
- "ghcr.io/swimmwatch/cloakbrowser-mcp:latest"
127
+ "swimmwatch/cloakbrowser-mcp:latest"
125
128
  ]
126
129
  }
127
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloakbrowser-mcp",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.",
5
5
  "mcpName": "io.github.swimmwatch/cloakbrowser-mcp",
6
6
  "type": "module",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.swimmwatch/cloakbrowser-mcp",
4
4
  "title": "CloakBrowser MCP",
5
5
  "description": "Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.",
6
- "version": "1.2.6",
6
+ "version": "1.2.7",
7
7
  "websiteUrl": "https://swimmwatch.github.io/cloakbrowser-mcp/",
8
8
  "repository": {
9
9
  "url": "https://github.com/swimmwatch/cloakbrowser-mcp",
@@ -21,7 +21,7 @@
21
21
  "registryType": "npm",
22
22
  "registryBaseUrl": "https://registry.npmjs.org",
23
23
  "identifier": "cloakbrowser-mcp",
24
- "version": "1.2.6",
24
+ "version": "1.2.7",
25
25
  "transport": {
26
26
  "type": "stdio"
27
27
  },
@@ -67,7 +67,7 @@
67
67
  "registryType": "npm",
68
68
  "registryBaseUrl": "https://registry.npmjs.org",
69
69
  "identifier": "cloakbrowser-mcp",
70
- "version": "1.2.6",
70
+ "version": "1.2.7",
71
71
  "packageArguments": [
72
72
  {
73
73
  "type": "named",
@@ -161,7 +161,51 @@
161
161
  },
162
162
  {
163
163
  "registryType": "oci",
164
- "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.2.6",
164
+ "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.2.7",
165
+ "transport": {
166
+ "type": "stdio"
167
+ },
168
+ "environmentVariables": [
169
+ {
170
+ "name": "PLAYWRIGHT_MCP_BROWSER_ENGINE",
171
+ "description": "Bridge browser engine: cloak or playwright.",
172
+ "format": "string",
173
+ "default": "cloak"
174
+ },
175
+ {
176
+ "name": "PLAYWRIGHT_MCP_HEADLESS",
177
+ "description": "Run the browser in headless mode.",
178
+ "format": "boolean",
179
+ "default": "true"
180
+ },
181
+ {
182
+ "name": "PLAYWRIGHT_MCP_OUTPUT_DIR",
183
+ "description": "Directory inside the container where upstream Playwright MCP writes artifacts.",
184
+ "format": "filepath",
185
+ "default": "/data"
186
+ },
187
+ {
188
+ "name": "PLAYWRIGHT_MCP_OUTPUT_MODE",
189
+ "description": "Return snapshots, console logs, and network logs through stdout or files.",
190
+ "format": "string",
191
+ "default": "stdout"
192
+ },
193
+ {
194
+ "name": "CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK",
195
+ "description": "Patch upstream console message collection for CloakBrowser compatibility.",
196
+ "format": "boolean",
197
+ "default": "true"
198
+ },
199
+ {
200
+ "name": "CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS",
201
+ "description": "Comma-separated or JSON array of extra Chromium launch arguments.",
202
+ "format": "string"
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "registryType": "oci",
208
+ "identifier": "docker.io/swimmwatch/cloakbrowser-mcp:1.2.7",
165
209
  "transport": {
166
210
  "type": "stdio"
167
211
  },