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

Class

src/tools/cloud/cloud-tools.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 timeout_seconds: z.number().int().min(5).max(3600).optional().describe('Default 600.'),
27});
28export class S3SyncTool extends Tool<z.infer<typeof S3Args>> {
29 name = 's3_sync';
30 description = 'Sync or copy files between local disk and AWS S3 via the aws CLI. Destructive (writes to S3 or local, and can --delete). Use dryrun:true first to preview. Requires an installed + configured aws CLI.';
31 isReadOnly = false; isDestructive = true; argsSchema = S3Args;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected