Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
44
export
async
function
startCliMcpServer(): Promise<void> {
45
const
dbManager = initMcpRuntime()
46
await
startMcpServer({ version: getVersion(), dbManager })
47
}
Callers
1
cli.ts
File · 0.85
Calls
3
getVersion
Function · 0.90
initMcpRuntime
Function · 0.85
startMcpServer
Function · 0.85
Tested by
no test coverage detected