Skip to main content
Glama

Edit-MCP

smart_refactor

Refactor code efficiently by renaming symbols across multiple files with intelligent search and replace, streamlining code maintenance and updates.

Instructions

Intelligently refactor code by renaming symbols across multiple files

Input Schema

NameRequiredDescriptionDefault
filesYesList of files to search and refactor
newNameYesThe new symbol name
oldNameYesThe symbol name to replace

Input Schema (JSON Schema)

{ "properties": { "files": { "description": "List of files to search and refactor", "type": "array" }, "newName": { "description": "The new symbol name", "type": "string" }, "oldName": { "description": "The symbol name to replace", "type": "string" } }, "required": [ "files", "oldName", "newName" ], "type": "object" }

Other Tools from Edit-MCP

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/mixelpixx/microsoft-edit-mcp'

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