get_errors
Retrieve recent errors from the development server and filter them by category—syntax, runtime, build, dependency, or port—to quickly isolate and diagnose issues.
Instructions
Get recent errors from the dev server with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent errors to return (default: 10) | |
| category | No | Filter by error category (default: all) | all |