mcp-editor

create

Generate a new file with specific content at an absolute path using the MCP server, ensuring controlled and secure file creation without automated writes.

Instructions

Create a new file with specified content

Input Schema

NameRequiredDescriptionDefault
file_textYesContent to write to the file
pathYesAbsolute path where file should be created

Input Schema (JSON Schema)

{ "properties": { "file_text": { "description": "Content to write to the file", "type": "string" }, "path": { "description": "Absolute path where file should be created", "type": "string" } }, "required": [ "path", "file_text" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-editor

Related Tools

ID: lnfcd9is5i