MCPcopy
hub / github.com/ericc-ch/copilot-api / RunAuthOptions

Interface RunAuthOptions

src/auth.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { setupGitHubToken } from "./lib/token"
9
10interface RunAuthOptions {
11 verbose: boolean
12 showToken: boolean
13}
14
15export async function runAuth(options: RunAuthOptions): Promise<void> {
16 if (options.verbose) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…