MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/filesystem/multi-file-edit.ts:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 };
89}
90
91export class MultiFileEditTool extends Tool<z.infer<typeof MultiFileEditArgs>> {
92 name = 'multi_file_edit';
93 description = 'Apply edits to MULTIPLE files atomically. Validates all edits first, then commits all-or-nothing. Use for refactors spanning many files (rename a function, update imports, change an API). Faster + safer than calling edit_text many times.';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected