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

Class

src/tools/filesystem/write.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11});
12
13export class WriteFileTool extends Tool<z.infer<typeof ArgsSchema>> {
14 name = 'write_file';
15 description = 'Create a new file or overwrite an existing one with the given content. Goes through the transaction journal — reversible.';
16 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected