Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
export
interface
McpDatabaseManager {
12
listSessionIds(): string[]
13
open(sessionId: string): DatabaseAdapter | null
14
}
15
16
export
interface
McpServerOptions {
Callers
14
ensureDb
Function · 0.65
registerRestSessionRoutes
Function · 0.65
ensureDb
Function · 0.65
registerNlpRoutes
Function · 0.65
registerAiToolRoutes
Function · 0.65
database-manager.test.ts
File · 0.65
createDatabaseManagerAdapter
Function · 0.65
ensureReadonly
Function · 0.65
registerTools
Function · 0.65
registerResources
Function · 0.65
cli.ts
File · 0.65
ensureDb
Function · 0.65
Implementers
1
DatabaseManager
packages/node-runtime/src/database-man
Calls
no outgoing calls
Tested by
no test coverage detected