analyze_script
Run Godot's built-in script checker to identify and return code diagnostics, catching syntax errors and issues early in your GDScript files.
Instructions
Run Godot's script checker and return diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | ||
| scriptPath | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |