Project info
project_infoGet Godot project settings (main scene, autoloads, input, physics layers, file counts) to inform gameplay code.
Instructions
Project settings that matter for writing code: main scene, autoload singletons, input actions, physics layers, file counts. Read this before generating gameplay code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Sections to include. Default: all except raw settings. | |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. |