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

Function warnSkillHubDeprecated

packages/cli/src/commands/skill.ts:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64// deprecated `ctx7 skills ...` compatibility window closes. Do not remove the
65// setup-installed Context7 skills with it.
66function warnSkillHubDeprecated(): void {
67 console.error(pc.yellow(SKILL_HUB_DEPRECATION_WARNING));
68 console.error("");
69}
70
71function logInstallSummary(
72 targets: InstallTargets,

Callers 2

registerSkillCommandsFunction · 0.85
registerSkillAliasesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected