cbrowser 18.9.1 → 18.9.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/dist/mcp-tools/base/index.d.ts +1 -1
- package/dist/mcp-tools/base/index.js +1 -1
- package/docs/ASSESSMENT.md +6 -0
- package/docs/AUTH0-SETUP.md +6 -0
- package/docs/DEMO-DEPLOYMENT.md +6 -0
- package/docs/ENTERPRISE-INTEGRATION.md +6 -0
- package/docs/GETTING-STARTED.md +6 -0
- package/docs/INSTALL.md +6 -0
- package/docs/MCP-INTEGRATION.md +6 -0
- package/docs/METHODOLOGY.md +6 -0
- package/docs/PERSONA-QUESTIONNAIRE.md +6 -0
- package/docs/README.md +7 -1
- package/docs/REMOTE-MCP-SERVER.md +6 -0
- package/docs/SECURITY_WHITEPAPER.md +6 -0
- package/docs/STRESS-TEST-v16.14.4.md +6 -0
- package/docs/Tool-Cognitive-Journey-Autonomous.md +6 -0
- package/docs/Tool-Competitive-Benchmark.md +6 -0
- package/docs/Tool-Empathy-Audit.md +6 -0
- package/docs/Tool-Hunt-Bugs.md +6 -0
- package/docs/Tool-Marketing-Campaign.md +6 -0
- package/docs/Tool-Persona-Create.md +6 -0
- package/docs/Tools-Accessibility.md +6 -0
- package/docs/Tools-Browser-Automation.md +6 -0
- package/docs/Tools-Cognitive-Journeys.md +6 -0
- package/docs/Tools-Marketing-Intelligence.md +6 -0
- package/docs/Tools-Overview.md +6 -0
- package/docs/Tools-Persona-System.md +6 -0
- package/docs/Tools-Session-State.md +6 -0
- package/docs/Tools-Testing-Quality.md +6 -0
- package/docs/Tools-Utilities.md +6 -0
- package/docs/Tools-Visual-Performance.md +6 -0
- package/docs/personas/Persona-ADHD.md +6 -0
- package/docs/personas/Persona-ElderlyUser.md +6 -0
- package/docs/personas/Persona-FirstTimer.md +6 -0
- package/docs/personas/Persona-ImpatientUser.md +6 -0
- package/docs/personas/Persona-Index.md +6 -0
- package/docs/personas/Persona-LowVision.md +6 -0
- package/docs/personas/Persona-MobileUser.md +6 -0
- package/docs/personas/Persona-MotorTremor.md +6 -0
- package/docs/personas/Persona-PowerUser.md +6 -0
- package/docs/personas/Persona-ScreenReaderUser.md +6 -0
- package/docs/research/Bibliography.md +6 -0
- package/docs/research/Research-Methodology.md +6 -0
- package/docs/research/Values-Research.md +6 -0
- package/docs/traits/Trait-AnchoringBias.md +6 -0
- package/docs/traits/Trait-AttributionStyle.md +6 -0
- package/docs/traits/Trait-AuthoritySensitivity.md +6 -0
- package/docs/traits/Trait-ChangeBlindness.md +6 -0
- package/docs/traits/Trait-Comprehension.md +6 -0
- package/docs/traits/Trait-Curiosity.md +6 -0
- package/docs/traits/Trait-EmotionalContagion.md +6 -0
- package/docs/traits/Trait-FOMO.md +6 -0
- package/docs/traits/Trait-Index.md +6 -0
- package/docs/traits/Trait-InformationForaging.md +6 -0
- package/docs/traits/Trait-InterruptRecovery.md +6 -0
- package/docs/traits/Trait-MentalModelRigidity.md +6 -0
- package/docs/traits/Trait-MetacognitivePlanning.md +6 -0
- package/docs/traits/Trait-Patience.md +6 -0
- package/docs/traits/Trait-Persistence.md +6 -0
- package/docs/traits/Trait-ProceduralFluency.md +6 -0
- package/docs/traits/Trait-ReadingTendency.md +6 -0
- package/docs/traits/Trait-Resilience.md +6 -0
- package/docs/traits/Trait-RiskTolerance.md +6 -0
- package/docs/traits/Trait-Satisficing.md +6 -0
- package/docs/traits/Trait-SelfEfficacy.md +6 -0
- package/docs/traits/Trait-SocialProofSensitivity.md +6 -0
- package/docs/traits/Trait-TimeHorizon.md +6 -0
- package/docs/traits/Trait-TransferLearning.md +6 -0
- package/docs/traits/Trait-TrustCalibration.md +6 -0
- package/docs/traits/Trait-WorkingMemory.md +6 -0
- package/package.json +1 -1
|
@@ -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
|
|
29
|
+
* Register all 57 base tools on an MCP server
|
|
30
30
|
*
|
|
31
31
|
* Tool count by category:
|
|
32
32
|
* - Navigation: 1 (navigate)
|
package/docs/ASSESSMENT.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser v12.0.0 - Independent Assessment](https://cbrowser.ai/docs/ASSESSMENT)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser v12.0.0 — Independent Assessment
|
|
2
8
|
|
|
3
9
|
**Final Grade: A**
|
package/docs/AUTH0-SETUP.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Auth0 OAuth Setup for CBrowser MCP Server](https://cbrowser.ai/docs/AUTH0-SETUP)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Auth0 OAuth Setup for CBrowser MCP Server
|
|
2
8
|
|
|
3
9
|
This guide walks you through setting up Auth0 authentication for the CBrowser Remote MCP Server, enabling integration with claude.ai's custom connector feature.
|
package/docs/DEMO-DEPLOYMENT.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser MCP Demo Server Deployment](https://cbrowser.ai/docs/DEMO-DEPLOYMENT)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser MCP Demo Server Deployment
|
|
2
8
|
|
|
3
9
|
Deploy a rate-limited, resource-constrained MCP demo server.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser Enterprise Integration Guide](https://cbrowser.ai/docs/ENTERPRISE-INTEGRATION)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser Enterprise Integration Guide
|
|
2
8
|
|
|
3
9
|
This document explains how to integrate the private `cbrowser-enterprise` package with the public `cbrowser` package.
|
package/docs/GETTING-STARTED.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Getting Started with CBrowser](https://cbrowser.ai/docs/GETTING-STARTED)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Getting Started with CBrowser
|
|
2
8
|
|
|
3
9
|
CBrowser (Cognitive Browser) is the browser automation that thinks like your users. This guide will get you up and running quickly.
|
package/docs/INSTALL.md
CHANGED
package/docs/MCP-INTEGRATION.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[MCP Server Integration](https://cbrowser.ai/docs/MCP-INTEGRATION)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# MCP Server Integration
|
|
2
8
|
|
|
3
9
|
CBrowser provides full Model Context Protocol (MCP) integration for Claude Desktop and claude.ai.
|
package/docs/METHODOLOGY.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser Scoring Methodology & Research Sources](https://cbrowser.ai/docs/METHODOLOGY)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser Scoring Methodology & Research Sources
|
|
2
8
|
|
|
3
9
|
CBrowser's analysis features use **heuristic estimates** calibrated against published UX and accessibility research. This document explains our methodology, sources, and limitations.
|
package/docs/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser Documentation](https://cbrowser.ai/docs/README)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser Documentation
|
|
2
8
|
|
|
3
|
-
|
|
9
|
+
**Full documentation has moved to: [https://cbrowser.ai/docs](https://cbrowser.ai/docs)**
|
|
4
10
|
|
|
5
11
|
---
|
|
6
12
|
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Remote MCP Server Deployment Guide](https://cbrowser.ai/docs/REMOTE-MCP-SERVER)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Remote MCP Server Deployment Guide
|
|
2
8
|
|
|
3
9
|
Deploy CBrowser (Cognitive Browser) as a remote MCP server for claude.ai custom connectors. This allows your entire team to use CBrowser through Claude without local installation.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Constitutional AI for Browser Automation: A Defense-in-Depth Approach](https://cbrowser.ai/docs/SECURITY_WHITEPAPER)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Constitutional AI for Browser Automation: A Defense-in-Depth Approach
|
|
2
8
|
|
|
3
9
|
> **CBrowser Security Whitepaper**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[CBrowser v16.14.4 - Final Pre-Launch Stress Test](https://cbrowser.ai/docs/STRESS-TEST-v16.14.4)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# CBrowser v16.14.4 — Final Pre-Launch Stress Test
|
|
2
8
|
|
|
3
9
|
**Date:** February 9, 2026
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Cognitive Journey Autonomous](https://cbrowser.ai/docs/Tool-Cognitive-Journey-Autonomous)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Cognitive Journey Autonomous
|
|
2
8
|
|
|
3
9
|
**🔒 Enterprise Feature**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Competitive Benchmark](https://cbrowser.ai/docs/Tool-Competitive-Benchmark)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Competitive Benchmark
|
|
2
8
|
|
|
3
9
|
**See how your UX stacks up against competitors.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Empathy Audit](https://cbrowser.ai/docs/Tool-Empathy-Audit)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Empathy Audit
|
|
2
8
|
|
|
3
9
|
**Experience your site through the eyes of someone with a disability.**
|
package/docs/Tool-Hunt-Bugs.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Marketing Campaigns](https://cbrowser.ai/docs/Tool-Marketing-Campaign)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Marketing Campaigns
|
|
2
8
|
|
|
3
9
|
**Test which messages work for which audiences — with scientific rigor.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Creating Custom Personas](https://cbrowser.ai/docs/Tool-Persona-Create)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Creating Custom Personas
|
|
2
8
|
|
|
3
9
|
**Build personas that match your actual users, not generic archetypes.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Accessibility Tools](https://cbrowser.ai/docs/Tools-Accessibility)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Accessibility Tools
|
|
2
8
|
|
|
3
9
|
**Experience your site through the eyes of someone who can't use a mouse.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Browser Automation Tools](https://cbrowser.ai/docs/Tools-Browser-Automation)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Browser Automation Tools
|
|
2
8
|
|
|
3
9
|
**Tell the browser what you want. Let AI figure out how.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Cognitive Journey Tools](https://cbrowser.ai/docs/Tools-Cognitive-Journeys)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Cognitive Journey Tools
|
|
2
8
|
|
|
3
9
|
**Find out where users give up before they actually do.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Marketing Intelligence Tools](https://cbrowser.ai/docs/Tools-Marketing-Intelligence)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Marketing Intelligence Tools
|
|
2
8
|
|
|
3
9
|
**Stop guessing which messages work. Start measuring influence.**
|
package/docs/Tools-Overview.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Tools Reference](https://cbrowser.ai/docs/Tools-Overview)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Tools Reference
|
|
2
8
|
|
|
3
9
|
**Stop writing brittle test scripts. Start having conversations with your browser.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Persona System Tools](https://cbrowser.ai/docs/Tools-Persona-System)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Persona System Tools
|
|
2
8
|
|
|
3
9
|
**Test your site through the eyes of real user types, not imaginary "average users."**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Session & State Tools](https://cbrowser.ai/docs/Tools-Session-State)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Session & State Tools
|
|
2
8
|
|
|
3
9
|
**Stay logged in. Handle Cloudflare. Test sites that fight back.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Testing & Quality Tools](https://cbrowser.ai/docs/Tools-Testing-Quality)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Testing & Quality Tools
|
|
2
8
|
|
|
3
9
|
**Write tests in plain English. Let AI fix them when they break.**
|
package/docs/Tools-Utilities.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Visual & Performance Tools](https://cbrowser.ai/docs/Tools-Visual-Performance)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Visual & Performance Tools
|
|
2
8
|
|
|
3
9
|
**Catch regressions before your users see them.**
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Research Methodology](https://cbrowser.ai/docs/Research-Methodology)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Research Methodology
|
|
2
8
|
|
|
3
9
|
> **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Cognitive Traits Index](https://cbrowser.ai/docs/Trait-Index)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Cognitive Traits Index
|
|
2
8
|
|
|
3
9
|
> **Copyright**: (c) 2026 Alexandria Eden. All rights reserved.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Information Foraging](https://cbrowser.ai/docs/Trait-InformationForaging)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Information Foraging
|
|
2
8
|
|
|
3
9
|
**Category**: Tier 3 - Decision-Making Traits
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
> **This documentation is no longer maintained here.**
|
|
2
|
+
>
|
|
3
|
+
> For the latest version, please visit: **[Social Proof Sensitivity](https://cbrowser.ai/docs/Trait-SocialProofSensitivity)**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Social Proof Sensitivity
|
|
2
8
|
|
|
3
9
|
**Category**: Tier 6 - Social Traits
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "18.9.
|
|
3
|
+
"version": "18.9.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",
|