create_file
Generates a new file at a specified path with given content, supporting customizable encoding and optional overwrite functionality on the Enhanced Directory Context MCP Server.
Instructions
Create a new file with specified content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to write to the file | |
encoding | No | File encoding (default: utf8) | utf8 |
overwrite | No | Overwrite if file already exists | |
path | Yes | File path relative to working directory |