create_scene
Create and save a minimal Godot scene with a specified root node type and name, ready for editing.
Instructions
Create and save a minimal Godot scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootName | No | Main | |
| rootType | No | Node2D | |
| scenePath | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |