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

Method GetSkillShadows

internal/cli/client.go:298–298  ·  view source on GitHub ↗
(ctx context.Context, name string, query SkillQuery)

Source from the content-addressed store, hash-verified

296 GetSkill(ctx context.Context, name string, query SkillQuery) (SkillRecord, error)
297 GetSkillContent(ctx context.Context, name string, query SkillQuery) (string, error)
298 GetSkillShadows(ctx context.Context, name string, query SkillQuery) (SkillShadowsRecord, error)
299 EnableSkill(ctx context.Context, name string, query SkillQuery) (SkillActionRecord, error)
300 DisableSkill(ctx context.Context, name string, query SkillQuery) (SkillActionRecord, error)
301 SearchSkillMarketplace(ctx context.Context, query string, limit int) ([]SkillMarketplaceRecord, error)

Callers 1

newSkillWhereCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected