write_file
Create or overwrite files with specified content for local development tasks, enabling direct file system access within configured project directories.
Instructions
Create or overwrite a file with new content. Use this to create new files or completely replace existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file (relative to projects directory or absolute) | |
| content | Yes | Content to write to the file |