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 +4 -4
- package/docs/MCP-INTEGRATION.md +1 -1
- package/docs/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](docs/STRESS-TEST-v16.14.4.md)
|
|
7
7
|
[](https://github.com/alexandriashai/cbrowser/actions/workflows/test.yml)
|
|
8
8
|
[](LICENSE)
|
|
9
|
-
[](https://modelcontextprotocol.io)
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
11
|
[](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
|
-
**
|
|
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
|
-
| **
|
|
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
|
-
###
|
|
316
|
+
### 68 MCP Tools
|
|
317
317
|
|
|
318
318
|
| Category | Tools |
|
|
319
319
|
|----------|-------|
|
package/docs/MCP-INTEGRATION.md
CHANGED
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
|
|
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:
|
|
66
|
+
### Current Version: 17.3.2
|
|
67
67
|
|
|
68
68
|
Key features:
|
|
69
|
-
-
|
|
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.
|
|
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",
|