manage_autoloads
Add, remove, or list autoload singletons in a Godot project's project.godot file, given the project path and autoload name/script.
Instructions
Add, remove, or list autoload singletons in project.godot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Autoload name (required for add/remove) | |
| action | Yes | Action to perform | |
| scriptPath | No | Path to the script (required for add, relative to project) | |
| projectPath | Yes | Path to the Godot project directory |