get_project_settings
Retrieve Godot project configuration settings from project.godot files. Filter by specific sections like application, display, or input to access required parameters.
Instructions
Read the project.godot configuration. Optionally filter to a specific section (e.g. "application", "display", "input", "autoload", "rendering").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| section | No | Optional section name to read (e.g. "application", "display"). Omit for all. |