write_file
Create UTF-8 text files inside a Godot project, enabling automated generation of scripts, scenes, and configuration files.
Instructions
Write a UTF-8 text file inside a Godot project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. | |
| createDirectories | No |