get-console-logs
Fetch console logs from the development server to debug errors. Use limit or checkpoint to retrieve recent or specific logs.
Instructions
Retrieves console logs from the development server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of logs to return, starting from the most recent log | |
| checkpoint | No | If specified, returns only logs recorded at this checkpoint |