mcp-server-code-assist

by abhishekbhakat
Verified

rewrite_file

Modify and rewrite entire file content by specifying the file path and new content using structured XML instructions with this code-assist tool.

Instructions

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

You must be authenticated.

Other Tools from mcp-server-code-assist

Related Tools

ID: pk7xbajohp