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

Function bootDaemon

packages/server/test/fs-mkdir.e2e.test.ts:49–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47});
48
49async function bootDaemon(): Promise<RunningServer> {
50 server = await startServer({
51 serviceOverrides: [fixedTokenAuth()],
52 host: '127.0.0.1',
53 port: 0,
54 lockPath,
55 logger: pino({ level: 'silent' }),
56 coreProcessOptions: { homeDir: bridgeHome },
57 });
58 return server;
59}
60
61function appOf(r: RunningServer): {
62 inject: (req: unknown) => Promise<{

Callers 1

Calls 2

startServerFunction · 0.90
fixedTokenAuthFunction · 0.90

Tested by

no test coverage detected