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

Method createSession

mcp/src/types.ts:178–178  ·  view source on GitHub ↗
(url: string, projectId?: string)

Source from the content-addressed store, hash-verified

176export interface AFSStore {
177 // Sessions
178 createSession(url: string, projectId?: string): Session;
179 getSession(id: string): Session | undefined;
180 getSessionWithAnnotations(id: string): SessionWithAnnotations | undefined;
181 updateSessionStatus(id: string, status: SessionStatus): Session | undefined;

Callers 1

createSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected