cbrowser 17.3.2 → 17.3.3

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
@@ -6,7 +6,7 @@
6
6
  [![Grade A+](https://img.shields.io/badge/Stress%20Test-A+-brightgreen.svg)](docs/STRESS-TEST-v16.14.4.md)
7
7
  [![Tests](https://github.com/alexandriashai/cbrowser/actions/workflows/test.yml/badge.svg)](https://github.com/alexandriashai/cbrowser/actions/workflows/test.yml)
8
8
  [![License: BSL-1.1](https://img.shields.io/badge/License-BSL--1.1-blue.svg)](LICENSE)
9
- [![MCP Ready](https://img.shields.io/badge/MCP-48%20Tools-blue)](https://modelcontextprotocol.io)
9
+ [![MCP Ready](https://img.shields.io/badge/MCP-68%20Tools-blue)](https://modelcontextprotocol.io)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue.svg)](https://www.typescriptlang.org/)
11
11
  [![Node](https://img.shields.io/badge/Node-%3E%3D18-green.svg)](https://nodejs.org/)
12
12
 
@@ -18,7 +18,7 @@ Sites that pass CBrowser's cognitive tests are easier for both humans **and** AI
18
18
 
19
19
  ## What Makes CBrowser Different
20
20
 
21
- **48 tools, 15 cognitive personas, 25 research-backed traits.** After rigorous stress testing across production sites including Airbnb and Hacker News:
21
+ **68 tools, 15 cognitive personas, 25 research-backed traits.** After rigorous stress testing across production sites including Airbnb and Hacker News:
22
22
 
23
23
  | Capability | Status | Why It Matters |
24
24
  |------------|--------|----------------|
@@ -27,7 +27,7 @@ Sites that pass CBrowser's cognitive tests are easier for both humans **and** AI
27
27
  | **Empathy Accessibility Audits** | 🔬 Novel | Simulate users with tremors, low vision, ADHD. No competitor offers this. |
28
28
  | **Self-Healing Selectors** | ✅ Production-ready | ARIA-first with 0.8+ confidence gating. Handles DOM changes automatically. |
29
29
  | **Constitutional AI Safety** | 🔬 Novel | Risk-classified actions prevent autonomous agents from doing damage. |
30
- | **48 MCP Tools** | ✅ Production-ready | Full Claude integration—local and remote servers. |
30
+ | **68 MCP Tools** | ✅ Production-ready | Full Claude integration—local and remote servers. |
31
31
 
32
32
  ---
33
33
 
@@ -313,7 +313,7 @@ Deploy your own: see [Remote MCP Server Guide](docs/REMOTE-MCP-SERVER.md)
313
313
  }
314
314
  ```
315
315
 
316
- ### 48 MCP Tools
316
+ ### 68 MCP Tools
317
317
 
318
318
  | Category | Tools |
319
319
  |----------|-------|
@@ -44,7 +44,7 @@ npx cbrowser mcp-remote
44
44
  PORT=8080 npx cbrowser mcp-remote
45
45
  ```
46
46
 
47
- ## All 48 MCP Tools
47
+ ## All 68 MCP Tools
48
48
 
49
49
  ### Navigation (5 tools)
50
50
 
package/docs/README.md CHANGED
@@ -44,7 +44,7 @@ Welcome to the CBrowser documentation. This directory contains comprehensive gui
44
44
 
45
45
  ## MCP Tools Reference
46
46
 
47
- CBrowser provides 48 MCP tools organized by category:
47
+ CBrowser provides 68 MCP tools organized by category:
48
48
 
49
49
  | Category | Tools | Description |
50
50
  |----------|-------|-------------|
@@ -63,10 +63,10 @@ See [MCP Integration](./MCP-INTEGRATION.md) for complete tool documentation.
63
63
 
64
64
  See [CHANGELOG.md](../CHANGELOG.md) for detailed release notes.
65
65
 
66
- ### Current Version: 16.7.0
66
+ ### Current Version: 17.3.2
67
67
 
68
68
  Key features:
69
- - 48 MCP tools for Claude integration
69
+ - 68 MCP tools for Claude integration
70
70
  - Research-backed persona questionnaire system
71
71
  - 25 cognitive traits with behavioral mappings
72
72
  - Accessibility empathy testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "17.3.2",
3
+ "version": "17.3.3",
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",