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

Interface SkillFile

packages/cli/src/types.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface SkillFile {
2 path: string;
3 content: string;
4}
5
6// TODO(deprecate-skills-phase-2): Remove Skill Hub response types when
7// deprecated `ctx7 skills ...` commands are deleted. Keep setup skill directory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected