@ryn-mic/ai-browser-tester 0.1.0

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 (3) hide show
  1. package/README.md +18 -0
  2. package/dist/cli.js +16260 -0
  3. package/package.json +35 -0
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # @ryn-mic/ai-browser-tester
2
+
3
+ Standalone stdio MCP bridge for [AI Browser Tester](https://github.com/Ryn-Mic/ai-browser-tester).
4
+ The npm package contains one bundled executable and has no runtime npm dependencies.
5
+
6
+ ```bash
7
+ npx --yes @ryn-mic/ai-browser-tester@latest
8
+ ```
9
+
10
+ The server fails closed unless `AI_BROWSER_TESTER_PAIRING_TOKEN` is set to at least 16 characters.
11
+ For real sites, also set a concrete `AI_BROWSER_TESTER_ALLOWLIST`, the installed extension Origin in
12
+ `AI_BROWSER_TESTER_ALLOWED_ORIGINS`, and `AI_BROWSER_TESTER_MODE=production`.
13
+
14
+ Download the unsigned MV3 extension and its separate checksum from the
15
+ [latest GitHub Release](https://github.com/Ryn-Mic/ai-browser-tester/releases/latest).
16
+
17
+ See the repository README for the full extension installation, Codex registration, security model,
18
+ and mandatory human-confirmation boundaries.