cbrowser 18.9.1 → 18.9.2

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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import type { McpServer, ToolRegistrationContext } from "../types.js";
10
10
  /**
11
- * Register all 56 base tools on an MCP server
11
+ * Register all 57 base tools on an MCP server
12
12
  *
13
13
  * Tool count by category:
14
14
  * - Navigation: 1 (navigate)
@@ -26,7 +26,7 @@ import { registerBrowserManagementTools } from "./browser-management-tools.js";
26
26
  import { registerSecurityTools } from "./security-tools.js";
27
27
  import { registerMarketingTools } from "./marketing-tools.js";
28
28
  /**
29
- * Register all 56 base tools on an MCP server
29
+ * Register all 57 base tools on an MCP server
30
30
  *
31
31
  * Tool count by category:
32
32
  * - Navigation: 1 (navigate)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "18.9.1",
3
+ "version": "18.9.2",
4
4
  "type": "module",
5
5
  "description": "Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive tests are easier for both humans and AI agents to navigate.",
6
6
  "main": "dist/index.js",