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

Function startServerDaemon

apps/kimi-code/src/cli/sub/server/run.ts:268–270  ·  view source on GitHub ↗
(options: ParsedServerOptions)

Source from the content-addressed store, hash-verified

266 * Resolves only via `process.exit`.
267 */
268export async function startServerDaemon(options: ParsedServerOptions): Promise<never> {
269 return runServerInProcess(options, { daemon: true });
270}
271
272/**
273 * `kimi server run --foreground` — runs the local server in-process, attached

Callers 1

handleRunCommandFunction · 0.85

Calls 1

runServerInProcessFunction · 0.85

Tested by

no test coverage detected