bb-browser-api 0.11.5 → 0.12.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/dist/mcp.js CHANGED
@@ -17164,7 +17164,7 @@ async function runSiteCli(args) {
17164
17164
  return parsed ?? result.stdout.trim();
17165
17165
  }
17166
17166
  var server = new McpServer(
17167
- { name: "bb-browser", version: "0.11.5" },
17167
+ { name: "bb-browser", version: "0.12.0" },
17168
17168
  { instructions: `bb-browser lets you control the user's real Chrome browser via CDP (Chrome DevTools Protocol).
17169
17169
 
17170
17170
  Your browser is the API. No headless browser, no cookie extraction, no anti-bot bypass.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bb-browser-api",
3
- "version": "0.11.5",
3
+ "version": "0.12.0",
4
4
  "description": "Your browser is the API. CLI + MCP server for AI agents to control Chrome with your login state. Fork with HTTP API endpoints.",
5
5
  "type": "module",
6
6
  "bin": {