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

Class

src/tools/filesystem/csv.ts:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193});
194
195export class CsvWriteTool extends Tool<z.infer<typeof CsvWriteArgs>> {
196 name = 'csv_write';
197 description = 'Write structured records to a CSV/TSV file. Pass `rows` as array of flat objects. Quoting is automatic per RFC 4180. Use `append: true` to add to existing files (header skipped).';
198 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected