write_file
Create or overwrite a file at a specified path to save or update project content, keeping project files current for build, test, and deploy steps.
Instructions
Write or overwrite a file at path (relative to PROJECT_MCP_ROOT or cwd).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |