complex_find_replace
Perform advanced find and replace operations on files using context-aware regular expressions, enabling precise modifications and efficient content updates with Edit-MCP server integration.
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 |