set_project_setting
Set a Godot 4 project setting via section/key notation, e.g., application/config/name. Optionally provide a project path; defaults to the selected project in Godot MCP Toolkit.
Instructions
Set a project.godot setting using section/key notation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| setting | Yes | Examples: application/config/name or display/window/size/viewport_width. | |
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |