MCPcopy
hub / github.com/upstash/context7 / Skill

Interface Skill

packages/cli/src/types.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// deprecated `ctx7 skills ...` commands are deleted. Keep setup skill directory
8// types below.
9export interface Skill {
10 name: string;
11 description: string;
12 url: string;
13 installCount?: number;
14 trustScore?: number;
15}
16
17export interface SkillSearchResult extends Skill {
18 project: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected