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

Method ListSessions

internal/cli/client.go:203–203  ·  view source on GitHub ↗
(ctx context.Context, query SessionListQuery)

Source from the content-addressed store, hash-verified

201 request BridgeTestDeliveryRequest,
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)

Implementers 2

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

Calls

no outgoing calls