MCPcopy Create free account
hub / github.com/benjitaylor/agentation / getSessionAnnotations

Method getSessionAnnotations

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

Source from the content-addressed store, hash-verified

203 ): Annotation | undefined;
204 getPendingAnnotations(sessionId: string): Annotation[];
205 getSessionAnnotations(sessionId: string): Annotation[];
206 deleteAnnotation(id: string): Annotation | undefined;
207
208 // Events (for replay on reconnect)

Callers 1

getSessionAnnotationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected