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

Method deleteAnnotation

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

Source from the content-addressed store, hash-verified

204 getPendingAnnotations(sessionId: string): Annotation[];
205 getSessionAnnotations(sessionId: string): Annotation[];
206 deleteAnnotation(id: string): Annotation | undefined;
207
208 // Events (for replay on reconnect)
209 getEventsSince(sessionId: string, sequence: number): AFSEvent[];

Callers 1

deleteAnnotationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected