Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WAVE_API_KEY | No | Your WAVE API key for accessibility audits (optional) | |
| WAVE_API_URL | No | The WAVE API URL (optional) | https://wave.webaim.org/api/request |
| LIGHTHOUSE_TIMEOUT | No | Timeout in milliseconds for Lighthouse audits (optional) | 60000 |
| PLAYWRIGHT_BROWSER | No | Browser to use for Playwright (chromium, firefox, or webkit) (optional) | chromium |
| PLAYWRIGHT_TIMEOUT | No | Timeout in milliseconds for Playwright operations (optional) | 30000 |
| LIGHTHOUSE_CHROME_FLAGS | No | Chrome flags for Lighthouse (optional) | --headless --no-sandbox |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |