axe-mcp-server 1.2.1-next.bfdd1919 → 1.2.1-next.fe3795a2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ Built on the trusted axe platform and delivered through the Model Context Protoc
11
11
 
12
12
  ## Prerequisites
13
13
 
14
- - Node.js >=24.11.0
14
+ - Node.js >=22.13.0
15
15
  - axe MCP Server API Key (requires axe DevTools for Web or axe DevTools Extension (Pro) subscription)
16
16
  - Chromium browser binary (install with `npx playwright@1.60.0 install chromium`)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axe-mcp-server",
3
- "version": "1.2.1-next.bfdd1919",
3
+ "version": "1.2.1-next.fe3795a2",
4
4
  "description": "Axe DevTools accessibility analysis and remediation MCP Server for AI coding agents",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://www.deque.com/axe/mcp-server/",
@@ -21,7 +21,7 @@
21
21
  "registry": "https://registry.npmjs.org/"
22
22
  },
23
23
  "engines": {
24
- "node": ">=24.11.0"
24
+ "node": ">=22.13.0"
25
25
  },
26
26
  "dependencies": {
27
27
  "playwright": "1.60.0"