mcp-server-code-assist

by abhishekbhakat
Verified

modify_file

Perform targeted string replacements in files using structured XML instructions to update content efficiently with the MCP server code-assist tool.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-server-code-assist

Related Tools

ID: pk7xbajohp