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

Function bootDaemon

packages/server/test/fs-search.e2e.test.ts:52–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

startServerFunction · 0.90
fixedTokenAuthFunction · 0.90

Tested by

no test coverage detected