Documentation
README
Console / Get Logs
Retrieves Unity Editor logs. Useful for debugging and monitoring Unity Editor activity.
Inputs
maxEntries(default 100, minimum 1) — caps the size of the returned array.logTypeFilter— UnityLogTypefilter;nullreturns all severities.includeStackTrace(defaultfalse) — include stack-trace strings in each entry.lastMinutes(default 0) — when non-zero, only logs from the last N minutes are returned.
How to Call
unity-mcp-cli run-tool console-get-logs --input '{
"maxEntries": 0,
"logTypeFilter": "string_value",
"includeStackTrace": false,
"lastMinutes": 0
}'
This is the opening of the README. Read the full README on GitHub.