list_autoloads
Lists all registered autoloads with paths and singleton status by reading project.godot directly. Use first to diagnose headless failures—broken autoloads crash headless operations.
Instructions
List all registered autoloads in a project with paths and singleton status. Use first when diagnosing headless failures - broken autoloads crash all headless ops, so this tells you what is loaded. No Godot process required (reads project.godot directly). Returns: [{ name, path, singleton }].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory |