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

Class

src/tools/filesystem/edit.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12});
13
14export class EditTextTool extends Tool<z.infer<typeof ArgsSchema>> {
15 name = 'edit_text';
16 description = 'String-based find-and-replace edit. For named functions/classes/methods PREFER edit_symbol which is AST-safe. Use this for non-code files, imports, or precise text changes. old_string must appear EXACTLY ONCE unless replace_all=true.';
17 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected