duplicate_scene
Copy a Godot scene to another project-relative .tscn path, preserving the original for reuse or variation.
Instructions
Copy a scene to another project-relative .tscn path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. | |
| destinationPath | Yes |