cloakbrowser-mcp 1.2.3 → 1.2.5

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
@@ -11,11 +11,9 @@
11
11
  [![Dependency Review](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/dependency-review.yml)
12
12
  [![OpenSSF Scorecard](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/scorecard.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/scorecard.yml)
13
13
  [![Zizmor](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/zizmor.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/zizmor.yml)
14
- [![NPM Release](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/npm-release.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/npm-release.yml)
15
- [![Docker Release](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/docker-release.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/docker-release.yml)
16
- [![Docs Release](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/docs-release.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/docs-release.yml)
17
- [![MCP Registry Release](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/mcp-registry-release.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/mcp-registry-release.yml)
14
+ [![Release](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/swimmwatch/cloakbrowser-mcp/actions/workflows/release.yml)
18
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
+ [![cloakbrowser-mcp MCP server](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp/badges/score.svg)](https://glama.ai/mcp/servers/swimmwatch/cloakbrowser-mcp)
19
17
  [![npm](https://img.shields.io/npm/v/cloakbrowser-mcp.svg?logo=npm)](https://www.npmjs.com/package/cloakbrowser-mcp)
20
18
  [![Node.js >=20](https://img.shields.io/badge/Node.js-%3E%3D20-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
21
19
  [![MCP Server](https://img.shields.io/badge/MCP-server-000000)](https://modelcontextprotocol.io/)
@@ -37,6 +35,7 @@ The server is intentionally thin:
37
35
 
38
36
  | cloakbrowser-mcp | @playwright/mcp | Playwright MCP Docker base | CloakBrowser | Node.js | Transport | Platform | Parity |
39
37
  | --- | --- | --- | --- | --- | --- | --- | --- |
38
+ | `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
39
  | `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. |
41
40
  | `1.2.2` | `^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. |
42
41
  | `1.2.1` | `^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. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloakbrowser-mcp",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
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.2.3",
6
+ "version": "1.2.5",
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.3",
24
+ "version": "1.2.5",
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.3",
70
+ "version": "1.2.5",
71
71
  "packageArguments": [
72
72
  {
73
73
  "type": "named",
@@ -161,7 +161,7 @@
161
161
  },
162
162
  {
163
163
  "registryType": "oci",
164
- "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.2.3",
164
+ "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.2.5",
165
165
  "transport": {
166
166
  "type": "stdio"
167
167
  },