godot_get_errors
Parse a Godot project's log file to return the most recent error messages, helping you identify and resolve GDScript issues.
Instructions
解析并返回最近的错误信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Godot 项目根目录路径(必须是绝对路径) | |
| log_file | No | 日志文件路径(必须是绝对路径) |