@zibby/mcp-browser 0.1.12 → 2.0.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/README.md CHANGED
@@ -97,13 +97,14 @@ By default the wrapper launches a **local** Chromium (the official `@playwright/
97
97
  behavior). If you set `BROWSER_WS_ENDPOINT` to a remote Chrome's CDP/WS endpoint,
98
98
  it instead **connects to that browser over CDP** (`connectOverCDP`) and launches
99
99
  **no local Chromium** — so a browser agent can run on a slim image with no baked
100
- browser binary, pointing at a remote (browserless / Browserbase) or self-hosted
101
- sidecar Chrome.
100
+ browser binary, pointing at a HOSTED Chrome (browserless / Browserbase / any
101
+ CDP endpoint). On a Zibby self-host box the platform's own browser is the
102
+ on-demand `browser` sidecar deployed from the marketplace, reached over MCP —
103
+ this knob is only for bringing your own hosted Chrome.
102
104
 
103
105
  ```bash
104
- # Connect to a remote/sidecar Chrome over CDP (no local Chromium needed):
105
- export BROWSER_WS_ENDPOINT=ws://browser:3000 # self-hosted sidecar
106
- # export BROWSER_WS_ENDPOINT=wss://chrome.browserless.io?token=... # hosted
106
+ # Connect to a hosted Chrome over CDP (no local Chromium needed):
107
+ export BROWSER_WS_ENDPOINT='wss://chrome.browserless.io?token=...'
107
108
  npx @zibby/mcp-browser
108
109
  ```
109
110
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zibby/mcp-browser",
3
- "version": "0.1.12",
3
+ "version": "2.0.0",
4
4
  "description": "Wrapper for @playwright/mcp with stable ID support and event recording",
5
5
  "type": "commonjs",
6
6
  "main": "dist/bin/mcp-browser-zibby.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zibby/mcp-browser",
3
- "version": "0.1.12",
3
+ "version": "2.0.0",
4
4
  "description": "Wrapper for @playwright/mcp with stable ID support and event recording",
5
5
  "type": "commonjs",
6
6
  "main": "dist/bin/mcp-browser-zibby.js",