File Edit Check MCP Server

checked_apply_diff

Applies a unified diff to a file after ensuring it has been pre-read, enforcing secure and documented file modifications to prevent unauthorized changes.

Instructions

Apply a diff to a file, requiring it to have been read first

Input Schema

NameRequiredDescriptionDefault
diffYesUnified diff content to apply
pathYesPath to the file to modify

Input Schema (JSON Schema)

{ "properties": { "diff": { "description": "Unified diff content to apply", "type": "string" }, "path": { "description": "Path to the file to modify", "type": "string" } }, "required": [ "path", "diff" ], "type": "object" }

Other Tools from File Edit Check MCP Server

Related Tools

ID: m0wmoltgwq