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

Method ListBundleCatalog

internal/cli/client.go:156–156  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

154 ExtensionStatus(ctx context.Context, name string) (ExtensionRecord, error)
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)

Callers 1

newBundleCatalogCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected