axe-mcp-server 1.2.1-next.c4e5c114 → 1.2.1-next.dde3c52b

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 +1 -1
  2. package/index.js +6 -6
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ Built on the trusted axe platform and delivered through the Model Context Protoc
13
13
 
14
14
  - Node.js >=22.19.0
15
15
  - axe MCP Server API Key (requires axe DevTools for Web or axe DevTools Extension (Pro) subscription)
16
- - Chromium browser binary (install with `npx playwright@1.61.0 install chromium`)
16
+ - A Chromium binary available via one of: `npx playwright@1.61.0 install chromium`, the `AXE_CHROME_PATH` env var, or the `chromePath` in prompt. For the latter two, branded Google Chrome stable 137+ is not supported — use [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) or any other Chromium-compatible binary.
17
17
 
18
18
  ## Usage
19
19