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

Interface RunServerOptions

src/start.ts:17–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { server } from "./server"
16
17interface RunServerOptions {
18 port: number
19 verbose: boolean
20 accountType: string
21 manual: boolean
22 rateLimit?: number
23 rateLimitWait: boolean
24 githubToken?: string
25 claudeCode: boolean
26 showToken: boolean
27 proxyEnv: boolean
28}
29
30export async function runServer(options: RunServerOptions): Promise<void> {
31 if (options.proxyEnv) {

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…