mcp-editor
by arathald
Verified
string_replace
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 |