cbrowser 17.5.1 → 17.5.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.
- package/README.md +1 -1
- package/docs/GETTING-STARTED.md +1 -1
- package/docs/MCP-INTEGRATION.md +1 -1
- package/examples/remote-mcp.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -295,7 +295,7 @@ CBrowser runs as an MCP server for Claude Desktop and claude.ai.
|
|
|
295
295
|
|
|
296
296
|
**Public Demo Server** (rate-limited, no auth):
|
|
297
297
|
```
|
|
298
|
-
https://
|
|
298
|
+
https://demo.cbrowser.ai/mcp
|
|
299
299
|
```
|
|
300
300
|
|
|
301
301
|
Deploy your own: see [Remote MCP Server Guide](docs/REMOTE-MCP-SERVER.md)
|
package/docs/GETTING-STARTED.md
CHANGED
package/docs/MCP-INTEGRATION.md
CHANGED
package/examples/remote-mcp.ts
CHANGED
|
@@ -49,7 +49,7 @@ function claudeAISetup() {
|
|
|
49
49
|
console.log("=== claude.ai Custom Connector Setup ===\n");
|
|
50
50
|
|
|
51
51
|
console.log("Public Demo Server (rate-limited, no auth):");
|
|
52
|
-
console.log(" URL: https://
|
|
52
|
+
console.log(" URL: https://demo.cbrowser.ai/mcp");
|
|
53
53
|
console.log(" Rate limit: 5 requests/minute, burst of 10");
|
|
54
54
|
console.log(" Purpose: Evaluation only\n");
|
|
55
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.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",
|