MCPcopy Create free account
hub / github.com/compozy/agh / PreviewBundleActivation

Method PreviewBundleActivation

internal/cli/client.go:157–157  ·  view source on GitHub ↗
(ctx context.Context, request ActivateBundleRequest)

Source from the content-addressed store, hash-verified

155 ExtensionProvenance(ctx context.Context, name string) (ExtensionProvenanceRecord, error)
156 ListBundleCatalog(ctx context.Context) ([]BundleCatalogRecord, error)
157 PreviewBundleActivation(ctx context.Context, request ActivateBundleRequest) (BundleActivationRecord, error)
158 ActivateBundle(ctx context.Context, request ActivateBundleRequest) (BundleActivationRecord, error)
159 ListBundleActivations(ctx context.Context) ([]BundleActivationRecord, error)
160 GetBundleActivation(ctx context.Context, id string) (BundleActivationRecord, error)

Callers 1

newBundlePreviewCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected