@weaaare/mcp-virtual-screen-reader-auditor 0.0.4 → 0.1.1

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -189,6 +189,7 @@ Follow the MCP install [guide](https://github.com/google-gemini/gemini-cli/blob/
189
189
 
190
190
  ## Acknowledgements
191
191
 
192
+ - **[Guidepup / virtual-screen-reader](https://www.guidepup.dev/)** — headless virtual screen reader library by Craig Morten, used under the [MIT License](https://github.com/guidepup/virtual-screen-reader/blob/main/LICENSE).
192
193
  - **[W3C](https://www.w3.org/WAI/)** — for the [WCAG 2.2](https://www.w3.org/TR/WCAG22/) guidelines, [WAI-ARIA](https://www.w3.org/TR/wai-aria/) specification, and the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/). W3C content is used under the [W3C Software and Document License](https://www.w3.org/copyright/software-license/).
193
194
  - **[a11ysupport.io](https://a11ysupport.io/)** — community-driven assistive-technology support data by Michael Fairchild, available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
194
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weaaare/mcp-virtual-screen-reader-auditor",
3
- "version": "0.0.4",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for virtual screen reader accessibility auditing — headless browser-based screen reader simulation that works on any OS",
5
5
  "license": "MIT",
6
6
  "type": "module",