get_project_info
Get metadata about a Godot project: name, path, Godot version, and structure summary. Omit project path to check just the engine version.
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) |