Live game logs
game_logsRetrieve recent game output including print statements, errors, warnings, and BOOT lines to diagnose issues. Filter by regex to focus on specific messages.
Instructions
Return the recent output captured live from the running game (print(), errors, warnings, BOOT lines) via the debugger link. The buffer accumulates while this MCP server stays connected; it survives game crashes up to the moment of death.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | How many entries from the end | |
| filter | No | Regex to filter entries, e.g. 'error|assert|WARNING' |