MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / startCliMcpServer

Function startCliMcpServer

apps/cli/src/mcp.ts:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export async function startCliMcpServer(): Promise<void> {
45 const dbManager = initMcpRuntime()
46 await startMcpServer({ version: getVersion(), dbManager })
47}

Callers 1

cli.tsFile · 0.85

Calls 3

getVersionFunction · 0.90
initMcpRuntimeFunction · 0.85
startMcpServerFunction · 0.85

Tested by

no test coverage detected