MCPcopy Create free account
hub / github.com/apache/maka / create

Method create

packages/runtime/src/session-manager.ts:634–634  ·  view source on GitHub ↗
(input: CreateSessionInput, initialBoundary?: ExecutionBoundary)

Source from the content-addressed store, hash-verified

632
633export interface SessionStore {
634 create(input: CreateSessionInput, initialBoundary?: ExecutionBoundary): Promise<SessionHeader>;
635 createSubagent(
636 input: CreateSessionInput,
637 initialBoundary?: ExecutionBoundary,

Callers 15

requireOAuthDataRecordFunction · 0.65
createSessionMethod · 0.65
createRevisionSessionMethod · 0.65
createBranchSessionMethod · 0.65
buildGoalSetToolFunction · 0.65
buildTaskCreateToolFunction · 0.65
createMethod · 0.65

Implementers 4

SqliteSessionStorepackages/storage/src/session-store.ts
MemorySessionStorepackages/runtime/src/__tests__/session
ReadOnlyStorepackages/runtime/src/__tests__/runtime
TinySessionStorepackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by 4

createMethod · 0.52
fakeClientFunction · 0.52
createGoalFunction · 0.52