MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / readToken

Function readToken

packages/server/test/auth-wiring.e2e.test.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function readToken(): string {
52 return readFileSync(tokenPath(), 'utf8').trim();
53}
54
55async function bootReal(): Promise<RunningServer> {
56 const r = await startServer({

Callers 1

Calls 1

tokenPathFunction · 0.85

Tested by

no test coverage detected