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

Function setAuthBaseUrl

packages/cli/src/commands/auth.ts:21–23  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

19let baseUrl = "https://context7.com";
20
21export function setAuthBaseUrl(url: string): void {
22 baseUrl = url;
23}
24
25export function registerAuthCommands(program: Command): void {
26 program

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected