Get Project Settings
godot_get_project_settingsFetch read-only project settings from a Godot project's project.godot file to inspect configuration values.
Instructions
Get project settings from project.godot (read-only).
editor_plugins_enabled lists res:// paths from [editor_plugins]; the user toggles plugins in the Godot editor — MCP does not write that section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Optional path to project.godot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||