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

Method GetSkillContent

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

Source from the content-addressed store, hash-verified

295 ListSkills(ctx context.Context, query SkillQuery) ([]SkillRecord, error)
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)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected