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

Method EnableSkill

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

Source from the content-addressed store, hash-verified

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)
302 InstallSkillMarketplace(

Callers 1

newSkillEnableCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected