get_logs
Retrieve application log entries with configurable line limits and optional case-insensitive text filtering to isolate relevant output for troubleshooting Next.js development server issues.
Instructions
Get application logs with flexible line limits and optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines to return from the end of the log (default: 100, max: 2000) | |
| filter | No | Optional text to filter lines by (case-insensitive) |