Skip to main content
Glama

mcp-server-code-assist

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhishekbhakat/mcp_server_code_assist'

If you have feedback or need assistance with the MCP directory API, please join our Discord server