create_project
Create a minimal Godot 4 project with a project.godot file, set the renderer, and optionally generate a main scene to start development.
Instructions
Create a minimal Godot 4 project with a project.godot file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| renderer | No | gl_compatibility | |
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. | |
| createMainScene | No |