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/README.zh-CN.md +1 -1
- package/dist/cli.js +26 -6
- package/dist/cli.js.map +1 -1
- package/dist/mcp.js +1 -1
- package/package.json +1 -1
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.
|
|
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