@vitronai/alethia 0.3.21 → 0.3.22

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,11 +48,19 @@ alethia-mcp --health-check
48
48
  ```json
49
49
  {
50
50
  "mcpServers": {
51
- "alethia": { "command": "alethia-mcp" }
51
+ "alethia": {
52
+ "command": "alethia-mcp",
53
+ "env": {
54
+ "ALETHIA_VISIBLE": "1",
55
+ "ALETHIA_HIGHLIGHTS": "1"
56
+ }
57
+ }
52
58
  }
53
59
  }
54
60
  ```
55
61
 
62
+ The Alethia browser window opens alongside your agent with live step highlights. Elements flash green (click/assert), blue (type), and red (EA1 block). Remove the `env` block for headless mode.
63
+
56
64
  ### Cursor
57
65
 
58
66
  Cursor → Settings → MCP → Add server:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitronai/alethia",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "MIT-licensed MCP bridge to the Alethia runtime — the patent-pending zero-IPC E2E test runtime built for AI agents. 45x faster than Playwright. Local-first, zero telemetry. WCAG + NIST 800-53 compliance audits built in. Auto-installs on first use.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",