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

Method updateSessionStatus

mcp/src/types.ts:181–181  ·  view source on GitHub ↗
(id: string, status: SessionStatus)

Source from the content-addressed store, hash-verified

179 getSession(id: string): Session | undefined;
180 getSessionWithAnnotations(id: string): SessionWithAnnotations | undefined;
181 updateSessionStatus(id: string, status: SessionStatus): Session | undefined;
182 listSessions(): Session[];
183
184 // Annotations

Callers 1

updateSessionStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected