mcp-server-code-assist

by abhishekbhakat
Verified

modify_file

Modifies parts of a file using string replacements

Input Schema

NameRequiredDescriptionDefault
pathYes
replacementsYes

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" }, "replacements": { "additionalProperties": { "type": "string" }, "title": "Replacements", "type": "object" } }, "required": [ "path", "replacements" ], "title": "FileModify", "type": "object" }