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

Function formatReadyLine

apps/kimi-code/src/cli/sub/server/run.ts:233–235  ·  view source on GitHub ↗
(origin: string, token: string | undefined)

Source from the content-addressed store, hash-verified

231}
232
233function formatReadyLine(origin: string, token: string | undefined): string {
234 return `Kimi server: ${buildOpenableUrl(origin, token)}\n`;
235}
236
237/**
238 * `kimi server run` (non-daemon) — ensures a background daemon is running

Callers 1

writeReadyFunction · 0.85

Calls 1

buildOpenableUrlFunction · 0.90

Tested by

no test coverage detected