analyze_script
Analyze GDScript files to identify common errors and Godot 4 migration issues through static code analysis.
Instructions
Perform basic static analysis on a GDScript file — finds common errors and Godot 4 migration issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scriptPath | Yes | Script path (res:// or relative to project) |