File Operations MCP Server
by bsmi021
write_file
Write content to a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to write to the file | |
encoding | No | File encoding (default: utf8) | utf8 |
path | Yes | Path to write the file to |
Write content to a file
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to write to the file | |
encoding | No | File encoding (default: utf8) | utf8 |
path | Yes | Path to write the file to |