MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / install

Method install

node/src/resources/skills.ts:100–103  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

98 // -- install / star ----------------------------------------------------
99
100 async install(slug: string): Promise<SkillInstall> {
101 const env = await this.unary(this.req({ case: "skillsInstallReq", value: { slug } }));
102 return env.payload.value as SkillInstall;
103 }
104
105 async star(slug: string): Promise<SkillStar> {
106 const env = await this.unary(this.req({ case: "skillsStarReq", value: { slug } }));

Callers 1

skills.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected