cloakbrowser-mcp 1.2.3 → 1.2.6

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 +16 -4
  2. package/package.json +5 -3
  3. package/server.json +5 -5
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,8 @@ 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.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
+ | `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
40
  | `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
41
  | `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
42
  | `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. |
@@ -48,6 +48,18 @@ The server is intentionally thin:
48
48
 
49
49
  See [Version Compatibility](docs/version-compatibility.md) for the maintained compatibility table.
50
50
 
51
+ ## Registry visibility
52
+
53
+ `cloakbrowser-mcp` publishes `server.json` to the official [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.swimmwatch%2Fcloakbrowser-mcp). GitHub's [`github.com/mcp`](https://github.com/mcp) registry is a separate curated discovery surface, so an official MCP Registry release may not appear there immediately.
54
+
55
+ Verify the current official registry entry and GitHub MCP visibility probe with:
56
+
57
+ ```bash
58
+ npm run registry:check
59
+ ```
60
+
61
+ Use `npm run registry:check:strict` only when GitHub MCP listing visibility should be treated as a required release gate.
62
+
51
63
  ## Run from npm
52
64
 
53
65
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloakbrowser-mcp",
3
- "version": "1.2.3",
4
- "description": "Playwright MCP bridge that runs upstream browser tools with CloakBrowser.",
3
+ "version": "1.2.6",
4
+ "description": "Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.",
5
5
  "mcpName": "io.github.swimmwatch/cloakbrowser-mcp",
6
6
  "type": "module",
7
7
  "packageManager": "npm@10.9.2",
@@ -50,6 +50,8 @@
50
50
  "docs:seo:validate": "node scripts/validate-docs-seo.mjs",
51
51
  "version:apply": "node scripts/apply-release-version.mjs",
52
52
  "server:validate": "node scripts/validate-server-json.mjs",
53
+ "registry:check": "node scripts/check-github-mcp-registry.mjs",
54
+ "registry:check:strict": "node scripts/check-github-mcp-registry.mjs --strict",
53
55
  "audit:prod": "npm audit --omit=dev --audit-level=high",
54
56
  "package:verify": "npm run build && npm run server:validate && node scripts/verify-npm-package.mjs",
55
57
  "docker:build": "docker buildx build --load -t cloakbrowser-mcp:dev --build-arg RELEASE_VERSION=$npm_package_version --build-arg RELEASE_VERSION_TAG=v$npm_package_version .",
@@ -88,7 +90,7 @@
88
90
  "cloakbrowser",
89
91
  "browser-automation",
90
92
  "playwright",
91
- "stealth",
93
+ "chromium",
92
94
  "ai-agent"
93
95
  ],
94
96
  "repository": {
package/server.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.swimmwatch/cloakbrowser-mcp",
4
4
  "title": "CloakBrowser MCP",
5
- "description": "Playwright MCP bridge that runs upstream browser tools with the CloakBrowser Chromium binary.",
6
- "version": "1.2.3",
5
+ "description": "Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.",
6
+ "version": "1.2.6",
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.6",
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.6",
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.6",
165
165
  "transport": {
166
166
  "type": "stdio"
167
167
  },