cloakbrowser-mcp 1.0.1 → 1.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.
package/README.md CHANGED
@@ -34,6 +34,7 @@ The server is intentionally thin:
34
34
 
35
35
  | cloakbrowser-mcp | @playwright/mcp | Playwright MCP Docker base | CloakBrowser | Node.js | Transport | Platform | Parity |
36
36
  | --- | --- | --- | --- | --- | --- | --- | --- |
37
+ | `1.0.2` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
37
38
  | `1.0.1` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
38
39
  | `1.0.0` | `^0.0.75` | `mcr.microsoft.com/playwright/mcp:v0.0.75` | `^0.3.30` | `>=20` | stdio | `linux/amd64` Docker, Node.js local | Upstream default tools compared in CI. |
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloakbrowser-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Playwright MCP bridge that runs upstream browser tools with CloakBrowser.",
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 bridge that runs upstream browser tools with the CloakBrowser Chromium binary.",
6
- "version": "1.0.1",
6
+ "version": "1.0.2",
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.0.1",
24
+ "version": "1.0.2",
25
25
  "transport": {
26
26
  "type": "stdio"
27
27
  },
@@ -66,7 +66,7 @@
66
66
  {
67
67
  "registryType": "oci",
68
68
  "registryBaseUrl": "https://ghcr.io",
69
- "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.0.1",
69
+ "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.0.2",
70
70
  "transport": {
71
71
  "type": "stdio"
72
72
  },