mcp_search_replace
Search and replace strings in WordPress database tables with serialization-safe handling and dry run preview.
Instructions
Search and replace strings in database (serialization-safe)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | String to search for | |
| replace | Yes | Replacement string | |
| tables | No | Specific tables (empty = all) | |
| dry_run | No | Preview without applying |