MCPcopy
hub / github.com/benjitaylor/agentation / getSession

Method getSession

mcp/src/types.ts:179–179  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

177 // Sessions
178 createSession(url: string, projectId?: string): Session;
179 getSession(id: string): Session | undefined;
180 getSessionWithAnnotations(id: string): SessionWithAnnotations | undefined;
181 updateSessionStatus(id: string, status: SessionStatus): Session | undefined;
182 listSessions(): Session[];

Callers 3

updateSessionStatusFunction · 0.80
addAnnotationFunction · 0.80
getSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected