mcp-editor

by arathald
Verified

undo_edit

Undo the last edit to a file

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the file

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the file", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools