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

Method updateAnnotation

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

Source from the content-addressed store, hash-verified

188 ): Annotation | undefined;
189 getAnnotation(id: string): Annotation | undefined;
190 updateAnnotation(
191 id: string,
192 data: Partial<Omit<Annotation, "id" | "sessionId" | "createdAt">>
193 ): Annotation | undefined;

Callers 3

updateAnnotationStatusFunction · 0.80
addThreadMessageFunction · 0.80
updateAnnotationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected