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

Method DisableSkill

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

Source from the content-addressed store, hash-verified

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(
303 ctx context.Context,

Callers 1

newSkillDisableCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected