write_file
Write UTF-8 text content to a file within a secured workspace, with permission enforcement from agent-sudo-mcp.
Instructions
DEMO/REFERENCE executor: classifies and gates the write through agent-sudo, then writes inside the configured workspace (defaults to /tmp/agent-sudo-demo if no workspace is configured). It does not write to arbitrary paths outside the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | UTF-8 text content. | |
| path | Yes | File path to write. |