Add accessibility report cookbook recipe

Add a new cookbook recipe that generates WCAG accessibility reports using
the Playwright MCP server. Includes streaming output, structured report
formatting, and optional Playwright test generation.

- C#, TypeScript, Python, and Go implementations
- Markdown documentation for each language
- Updated cookbook.yml, copilot-sdk README, and package.json
This commit is contained in:
Aaron Powell
2026-02-12 11:25:49 +11:00
parent ef3c1e5ad6
commit 2a06b99b9b
11 changed files with 1866 additions and 2 deletions

View File

@@ -61,3 +61,11 @@ cookbooks:
- sessions
- persistence
- state-management
- id: accessibility-report
name: Accessibility Report
description: Generate WCAG accessibility reports using the Playwright MCP server
tags:
- accessibility
- playwright
- mcp
- wcag