MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / push

Method push

e2e/src/vm/types.ts:36–36  ·  view source on GitHub ↗

Copy a local file or directory into the guest (recursive for directories).

(localPath: string, remotePath: string)

Source from the content-addressed store, hash-verified

34 ssh(command: string): Promise<SshResult>;
35 /** Copy a local file or directory into the guest (recursive for directories). */
36 push(localPath: string, remotePath: string): Promise<void>;
37 /** Reboot the guest OS; resolves only once SSH is reachable again. */
38 reboot(): Promise<void>;
39 /** Forward `localhost:<localPort>` → `guest:<guestPort>` over SSH. */

Callers 15

CommandPaletteFunction · 0.80
splitTokenFunction · 0.80
getTypeLabelFunction · 0.80
commitFunction · 0.80
AddAccountModalViewFunction · 0.80
buildMcpInstallCommandFunction · 0.80
buildAccountGroupsFunction · 0.80
flattenTreeFunction · 0.80
highlightMatchFunction · 0.80
probeFunction · 0.80
registerFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by 15

probeFunction · 0.64
registerFunction · 0.64
startFunction · 0.64
makeFakeClientFunction · 0.64
migrationSpyFunction · 0.64
fetchFixtureFunction · 0.64
patchedFunction · 0.64
makeFakeClientFunction · 0.64
completeFunction · 0.64
runFunction · 0.64
runFunction · 0.64
observeFunction · 0.64