MCPcopy Create free account
hub / github.com/ShipSecAI/studio / upload

Method upload

packages/component-sdk/src/interfaces.ts:106–106  ·  view source on GitHub ↗

* Upload an artifact (file, screenshot, report) * @param request Artifact payload + metadata * @returns Artifact identifiers (artifactId + fileId)

(request: ArtifactUploadRequest)

Source from the content-addressed store, hash-verified

104 * @returns Artifact identifiers (artifactId + fileId)
105 */
106 upload(request: ArtifactUploadRequest): Promise<ArtifactUploadResult>;
107
108 /**
109 * Download an artifact by ID

Callers 5

handleFileUploadFunction · 0.80
handleUploadFunction · 0.80
handleFileUploadFunction · 0.80
executeFunction · 0.80
saveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected