Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getConsoleLogs | Check our browser logs |
| getConsoleErrors | Check our browsers console errors |
| getNetworkErrors | Check our network ERROR logs |
| getNetworkLogs | Check ALL our network logs |
| takeScreenshot | Take a screenshot of the current browser tab |
| getSelectedElement | Get the selected element from the browser |
| wipeLogs | Wipe all browser logs from memory |
| runAccessibilityAudit | Run an accessibility audit on the current page |
| runPerformanceAudit | Run a performance audit on the current page |
| runSEOAudit | Run an SEO audit on the current page |
| runNextJSAudit | - |
| runDebuggerMode | Run debugger mode to debug an issue in our application |
| runAuditMode | Run audit mode to optimize our application for SEO, accessibility and performance |
| runBestPracticesAudit | Run a best practices audit on the current page |