🤖 GitHub Copilot SDK / 90-minute core workshop
Build an AI-powered accessibility reviewer
The GitHub Copilot SDK lets your application run Copilot as an agent: send prompts, stream responses, expose application functions as tools, and connect external capabilities through MCP.
You'll build a console application that accepts a webpage URL, opens it with Playwright, identifies accessibility problems, consults an application-owned Web Content Accessibility Guidelines (WCAG) catalog, and produces a structured report.
- URL
- Playwright inspection
- WCAG lookup
- Accessibility report
Choose your workshop language
Choose a language to tailor the workshop links and setup guidance.
Choose a language first. No agent, tool-calling, or MCP experience required.
By the end
Build the app and understand the boundaries behind it.
- Create and manage a Copilot session.
- Stream responses through session events.
- Expose application-owned knowledge as a local tool.
- Connect Playwright MCP through scoped permissions.
- Separate browser evidence from model interpretation.