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

Function setBaseUrl

packages/cli/src/utils/api.ts:23–25  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

21}
22
23export function setBaseUrl(url: string): void {
24 baseUrl = url;
25}
26
27// TODO(deprecate-skills-phase-2): Remove the Skill Hub API helpers in this file
28// when deprecated `ctx7 skills ...` commands are deleted.

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected