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

Method list

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

* List all available secret keys * @returns Array of secret keys

()

Source from the content-addressed store, hash-verified

64 * @returns Array of secret keys
65 */
66 list(): Promise<string[]>;
67}
68
69export type ArtifactDestination = 'run' | 'library';

Callers 15

registry.test.tsFile · 0.65
fetchWebhooksFunction · 0.65
ParameterFieldFunction · 0.65
fetchApprovalsFunction · 0.65
WebhooksPageFunction · 0.65
loadWorkflowsFunction · 0.65
loadResourcesFunction · 0.65
WorkflowListFunction · 0.65
SchedulesPageFunction · 0.65
fetchLibraryFunction · 0.65
apiKeyStore.tsFile · 0.65
scheduleStore.tsFile · 0.65

Implementers 9

SecretsAdapterworker/src/adapters/secrets.adapter.ts
ComponentRegistrypackages/component-sdk/src/registry.ts
HumanInputsControllerbackend/src/human-inputs/human-inputs.
SchedulesServicebackend/src/schedules/schedules.servic
ApiKeysControllerbackend/src/api-keys/api-keys.controll
ApiKeysServicebackend/src/api-keys/api-keys.service.
WebhooksServicebackend/src/webhooks/webhooks.service.
WebhooksAdminControllerbackend/src/webhooks/webhooks.admin.co
DestinationRegistryworker/src/destinations/registry.ts

Calls

no outgoing calls

Tested by

no test coverage detected