DeleteTextTool
Deletes text around the cursor via InputConnection.deleteSurroundingText(before, after). Requires the droid-mcp IME to be active with an editor focused, else imeNotActiveError. At least one of before/after must be non-zero. Output on success: success (true) and the echoed before/after counts.