MCPcopy Create free account
hub / github.com/compozy/agh / CreateSession

Method CreateSession

internal/cli/client.go:204–204  ·  view source on GitHub ↗
(ctx context.Context, request CreateSessionRequest)

Source from the content-addressed store, hash-verified

202 ) (BridgeTestDeliveryRecord, error)
203 ListSessions(ctx context.Context, query SessionListQuery) ([]SessionRecord, error)
204 CreateSession(ctx context.Context, request CreateSessionRequest) (SessionRecord, error)
205 GetSession(ctx context.Context, id string) (SessionRecord, error)
206 GetSessionHealth(ctx context.Context, id string) (SessionHealthRecord, error)
207 GetSessionStatus(ctx context.Context, id string) (SessionStatusRecord, error)

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls