Commit cc2cb1a
fix: Map 'info' log type to Unity's 'Log' type for console log retrieval
The get_console_logs tool was unable to retrieve info logs because MCP's "info"
parameter didn't match Unity's internal "Log" type string. Added mapping logic
to convert "info" to "Log" before filtering log entries.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent cb4b03c commit cc2cb1a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
0 commit comments