UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

7 lines (6 loc) 205 B
import { handleEditBlock } from '../tools/edit.js'; /** * Handle edit_block command * Uses the enhanced implementation with multiple occurrence support and fuzzy matching */ export { handleEditBlock };