cbrowser 17.5.1 → 17.5.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
@@ -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://cbrowser-mcp-demo.wyldfyre.ai/mcp
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)
@@ -191,7 +191,7 @@ Add to `claude_desktop_config.json`:
191
191
 
192
192
  Use the public demo server:
193
193
  ```
194
- https://cbrowser-mcp-demo.wyldfyre.ai/mcp
194
+ https://demo.cbrowser.ai/mcp
195
195
  ```
196
196
 
197
197
  Or deploy your own: see [MCP Integration](./MCP-INTEGRATION.md).
@@ -23,7 +23,7 @@ Add to your `claude_desktop_config.json`:
23
23
 
24
24
  **Public Demo Server** (rate-limited, for evaluation):
25
25
  ```
26
- URL: https://cbrowser-mcp-demo.wyldfyre.ai/mcp
26
+ URL: https://demo.cbrowser.ai/mcp
27
27
  Rate limit: 5 requests/minute, burst of 10
28
28
  ```
29
29
 
@@ -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://cbrowser-mcp-demo.wyldfyre.ai/mcp");
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.1",
3
+ "version": "17.5.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",