string_replace
Replace specific text in a file with a new string using absolute file path input. Designed for safe file manipulation in the mcp-editor server environment.
Instructions
Replace a string in a file with a new string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
new_str | No | Replacement string (empty string if omitted) | |
old_str | Yes | String to replace | |
path | Yes | Absolute path to the file |