cloakbrowser-mcp 1.0.2 → 1.2.0

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/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.2",
6
+ "version": "1.2.0",
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.2",
24
+ "version": "1.2.0",
25
25
  "transport": {
26
26
  "type": "stdio"
27
27
  },
@@ -63,10 +63,106 @@
63
63
  }
64
64
  ]
65
65
  },
66
+ {
67
+ "registryType": "npm",
68
+ "registryBaseUrl": "https://registry.npmjs.org",
69
+ "identifier": "cloakbrowser-mcp",
70
+ "version": "1.2.0",
71
+ "packageArguments": [
72
+ {
73
+ "type": "named",
74
+ "name": "--transport",
75
+ "value": "streamable-http"
76
+ }
77
+ ],
78
+ "transport": {
79
+ "type": "streamable-http",
80
+ "url": "http://127.0.0.1:3000/mcp"
81
+ },
82
+ "environmentVariables": [
83
+ {
84
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_HOST",
85
+ "description": "Streamable HTTP bind host.",
86
+ "format": "string",
87
+ "default": "127.0.0.1"
88
+ },
89
+ {
90
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_PORT",
91
+ "description": "Streamable HTTP bind port.",
92
+ "format": "number",
93
+ "default": "3000"
94
+ },
95
+ {
96
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_ENDPOINT",
97
+ "description": "Streamable HTTP endpoint path.",
98
+ "format": "string",
99
+ "default": "/mcp"
100
+ },
101
+ {
102
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_AUTH_TOKEN",
103
+ "description": "Optional Streamable HTTP Bearer token.",
104
+ "format": "string",
105
+ "isSecret": true
106
+ },
107
+ {
108
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_BACKEND",
109
+ "description": "Session metadata backend. Only memory is implemented in this release.",
110
+ "format": "string",
111
+ "default": "memory"
112
+ },
113
+ {
114
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_IDLE_TTL_MS",
115
+ "description": "Idle TTL for Streamable HTTP sessions.",
116
+ "format": "number",
117
+ "default": "3600000"
118
+ },
119
+ {
120
+ "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_MAX",
121
+ "description": "Maximum active Streamable HTTP sessions in one process.",
122
+ "format": "number",
123
+ "default": "32"
124
+ },
125
+ {
126
+ "name": "PLAYWRIGHT_MCP_BROWSER_ENGINE",
127
+ "description": "Bridge browser engine: cloak or playwright.",
128
+ "format": "string",
129
+ "default": "cloak"
130
+ },
131
+ {
132
+ "name": "PLAYWRIGHT_MCP_HEADLESS",
133
+ "description": "Run the browser in headless mode.",
134
+ "format": "boolean",
135
+ "default": "true"
136
+ },
137
+ {
138
+ "name": "PLAYWRIGHT_MCP_OUTPUT_DIR",
139
+ "description": "Directory where upstream Playwright MCP writes artifacts.",
140
+ "format": "filepath",
141
+ "default": ".playwright-mcp"
142
+ },
143
+ {
144
+ "name": "PLAYWRIGHT_MCP_OUTPUT_MODE",
145
+ "description": "Return snapshots, console logs, and network logs through stdout or files.",
146
+ "format": "string",
147
+ "default": "stdout"
148
+ },
149
+ {
150
+ "name": "CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK",
151
+ "description": "Patch upstream console message collection for CloakBrowser compatibility.",
152
+ "format": "boolean",
153
+ "default": "true"
154
+ },
155
+ {
156
+ "name": "CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS",
157
+ "description": "Comma-separated or JSON array of extra Chromium launch arguments.",
158
+ "format": "string"
159
+ }
160
+ ]
161
+ },
66
162
  {
67
163
  "registryType": "oci",
68
164
  "registryBaseUrl": "https://ghcr.io",
69
- "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.0.2",
165
+ "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.2.0",
70
166
  "transport": {
71
167
  "type": "stdio"
72
168
  },