axe-mcp-server 1.2.1-next.ff25b209 → 1.3.0-rc.8ee37efb
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 +1 -1
- package/credits.json +8 -8
- package/extension/assets/styles/panel.bundle.css +1 -1
- package/extension/background.bundle.js +1 -1
- package/extension/content.bundle.js +5 -5
- package/extension/content.bundle.js.LICENSE.txt +10 -0
- package/extension/credits.json +71 -80
- package/extension/devtools.bundle.js +1 -1
- package/extension/gather-internals.js +1 -0
- package/extension/highlighter.js +1 -1
- package/extension/manifest.json +2 -1
- package/extension/panel.bundle.js +7 -7
- package/extension/popup.bundle.js +2 -2
- package/extension/vendor.bundle.js +1 -1
- package/extension/vendor.bundle.js.LICENSE.txt +1 -1
- package/index.js +8 -8
- 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
|
|
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
|
|
package/credits.json
CHANGED
|
@@ -752,13 +752,13 @@
|
|
|
752
752
|
"url": "http://ljharb.codes",
|
|
753
753
|
"copyright": "Copyright (c) 2016 Jordan Harband"
|
|
754
754
|
},
|
|
755
|
-
"hasown@2.0.
|
|
755
|
+
"hasown@2.0.4": {
|
|
756
756
|
"name": "hasown",
|
|
757
|
-
"version": "2.0.
|
|
757
|
+
"version": "2.0.4",
|
|
758
758
|
"licenses": "MIT",
|
|
759
|
-
"path": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/hasown@2.0.
|
|
759
|
+
"path": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/hasown@2.0.4/node_modules/hasown",
|
|
760
760
|
"licenseText": "MIT License\n\nCopyright (c) Jordan Harband and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
|
|
761
|
-
"licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/hasown@2.0.
|
|
761
|
+
"licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/hasown@2.0.4/node_modules/hasown/LICENSE",
|
|
762
762
|
"repository": "https://github.com/inspect-js/hasOwn",
|
|
763
763
|
"publisher": "Jordan Harband",
|
|
764
764
|
"email": "ljharb@gmail.com",
|
|
@@ -1544,13 +1544,13 @@
|
|
|
1544
1544
|
"licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/type-is@2.0.1/node_modules/type-is/LICENSE",
|
|
1545
1545
|
"copyright": "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>. Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
|
|
1546
1546
|
},
|
|
1547
|
-
"undici@8.
|
|
1547
|
+
"undici@8.5.0": {
|
|
1548
1548
|
"name": "undici",
|
|
1549
|
-
"version": "8.
|
|
1549
|
+
"version": "8.5.0",
|
|
1550
1550
|
"licenses": "MIT",
|
|
1551
|
-
"path": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/undici@8.
|
|
1551
|
+
"path": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/undici@8.5.0/node_modules/undici",
|
|
1552
1552
|
"licenseText": "MIT License\n\nCopyright (c) Matteo Collina and Undici contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
|
|
1553
|
-
"licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/undici@8.
|
|
1553
|
+
"licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/undici@8.5.0/node_modules/undici/LICENSE",
|
|
1554
1554
|
"repository": "https://github.com/nodejs/undici",
|
|
1555
1555
|
"copyright": "Copyright (c) Matteo Collina and Undici contributors"
|
|
1556
1556
|
},
|