mcp-server-code-assist

by abhishekbhakat
Verified

rewrite_file

Rewrites entire file content

Input Schema

NameRequiredDescriptionDefault
contentYes
pathYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" } }, "required": [ "path", "content" ], "title": "FileRewrite", "type": "object" }