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

Method open

packages/mcp-server/src/types.ts:13–13  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

11export interface McpDatabaseManager {
12 listSessionIds(): string[]
13 open(sessionId: string): DatabaseAdapter | null
14}
15
16export interface McpServerOptions {

Callers 14

ensureDbFunction · 0.65
ensureDbFunction · 0.65
registerNlpRoutesFunction · 0.65
registerAiToolRoutesFunction · 0.65
ensureReadonlyFunction · 0.65
registerToolsFunction · 0.65
registerResourcesFunction · 0.65
cli.tsFile · 0.65
ensureDbFunction · 0.65

Implementers 1

DatabaseManagerpackages/node-runtime/src/database-man

Calls

no outgoing calls

Tested by

no test coverage detected