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

Method addAnnotation

mcp/src/types.ts:185–185  ·  view source on GitHub ↗
(
    sessionId: string,
    data: Omit<Annotation, "id" | "sessionId" | "status" | "createdAt">
  )

Source from the content-addressed store, hash-verified

183
184 // Annotations
185 addAnnotation(
186 sessionId: string,
187 data: Omit<Annotation, "id" | "sessionId" | "status" | "createdAt">
188 ): Annotation | undefined;

Callers 1

addAnnotationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected