complex_find_replace
Perform context-aware find and replace operations in files using regular expressions and custom options, enabling precise text modifications and edits on the Edit-MCP server.
Instructions
Perform advanced find and replace operations with context awareness
Input Schema
Name | Required | Description | Default |
---|---|---|---|
options | No | Additional options for the find and replace operation | |
path | Yes | Path to the file to perform find and replace on | |
pattern | Yes | Regular expression pattern to search for | |
replacement | Yes | Replacement text |