get_project_info
Retrieve Godot project metadata, including name, path, version, and asset structure counts. Omit the project path to check only the Godot version for capability checks.
Instructions
Get metadata about a Godot project: name, path, Godot version, and a structure summary (counts of scenes/scripts/assets/other). Omit projectPath to get just the Godot version (useful for capability checks). Returns: { name, path, godotVersion, structure } or { godotVersion } when projectPath is omitted. Errors if projectPath is set but lacks project.godot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the Godot project directory (optional - omit to get Godot version only) |