accessibility-hub 0.7.0 → 0.9.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.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # AccesibilityHub
2
2
 
3
- MCP Server for orchestrating web accessibility tools (axe-core, Pa11y). Analyze web pages, check color contrast, and get detailed WCAG compliance reports with enriched human context.
3
+ MCP Server for orchestrating web accessibility tools (axe-core, Pa11y, Lighthouse). Analyze web pages, check color contrast, get Lighthouse accessibility scores, and get detailed WCAG compliance reports with enriched human context.
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/accessibilityhub)](https://www.npmjs.com/package/accessibilityhub)
5
+ [![npm version](https://img.shields.io/npm/v/accessibility-hub)](https://www.npmjs.com/package/accessibility-hub)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  ## Quick Start
@@ -34,6 +34,7 @@ Then ask your AI assistant:
34
34
  |------|-------------|------|
35
35
  | `analyze-with-axe` | Analyze accessibility using axe-core | [docs/tools/analyze-with-axe.md](docs/tools/analyze-with-axe.md) |
36
36
  | `analyze-with-pa11y` | Analyze accessibility using Pa11y | [docs/tools/analyze-with-pa11y.md](docs/tools/analyze-with-pa11y.md) |
37
+ | `analyze-with-lighthouse` | Analyze accessibility using Lighthouse (score 0-100) | [docs/tools/analyze-with-lighthouse.md](docs/tools/analyze-with-lighthouse.md) |
37
38
  | `analyze-contrast` | Check color contrast (WCAG 2.1 / APCA) | [docs/tools/analyze-contrast.md](docs/tools/analyze-contrast.md) |
38
39
  | `analyze-mixed` ⭐ | Run multiple tools in parallel and combine results | [docs/tools/analyze-mixed.md](docs/tools/analyze-mixed.md) |
39
40
 
@@ -41,12 +42,14 @@ Then ask your AI assistant:
41
42
 
42
43
  | Prompt | Description | Docs |
43
44
  |--------|-------------|------|
44
- | `full-accessibility-audit` | Comprehensive audit with remediation guidance | [docs/prompts/full-accessibility-audit.md](docs/prompts/full-accessibility-audit.md) |
45
+ | `full-accessibility-audit` | Comprehensive audit using axe-core, Pa11y, and Lighthouse | [docs/prompts/full-accessibility-audit.md](docs/prompts/full-accessibility-audit.md) |
45
46
  | `quick-accessibility-check` | Fast check with critical issues summary | [docs/prompts/quick-accessibility-check.md](docs/prompts/quick-accessibility-check.md) |
46
47
  | `contrast-check` | Color contrast analysis with fix suggestions | [docs/prompts/contrast-check.md](docs/prompts/contrast-check.md) |
47
- | `pre-deploy-check` | Verify compliance before deployment | [docs/prompts/pre-deploy-check.md](docs/prompts/pre-deploy-check.md) |
48
- | `quick-wins-report` | High-impact, low-effort fixes | [docs/prompts/quick-wins-report.md](docs/prompts/quick-wins-report.md) |
48
+ | `pre-deploy-check` | Verify compliance with score threshold before deployment | [docs/prompts/pre-deploy-check.md](docs/prompts/pre-deploy-check.md) |
49
+ | `quick-wins-report` | High-impact, low-effort fixes from all three tools | [docs/prompts/quick-wins-report.md](docs/prompts/quick-wins-report.md) |
49
50
  | `explain-wcag-criterion` | Deep dive into any WCAG criterion | [docs/prompts/explain-wcag-criterion.md](docs/prompts/explain-wcag-criterion.md) |
51
+ | `lighthouse-audit` | Lighthouse score-focused accessibility audit | [docs/prompts/lighthouse-audit.md](docs/prompts/lighthouse-audit.md) |
52
+ | `lighthouse-score-improvement` | Phased plan to reach a target accessibility score | [docs/prompts/lighthouse-score-improvement.md](docs/prompts/lighthouse-score-improvement.md) |
50
53
 
51
54
  ## Available Resources
52
55
 
@@ -54,6 +57,7 @@ Then ask your AI assistant:
54
57
  |----------|-------------|------|
55
58
  | `wcag://criteria` | WCAG 2.1 criteria reference data | [docs/resources/wcag-criteria.md](docs/resources/wcag-criteria.md) |
56
59
  | `contrast://thresholds/*` | Contrast thresholds (WCAG 2.1 / APCA) | [docs/resources/contrast-thresholds.md](docs/resources/contrast-thresholds.md) |
60
+ | `lighthouse://audits` | Lighthouse accessibility audit catalog with WCAG mappings | [docs/resources/lighthouse-audits.md](docs/resources/lighthouse-audits.md) |
57
61
 
58
62
  ## Enriched Human Context ✨
59
63