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

Method GetSession

internal/cli/client.go:205–205  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

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)
208 InspectSession(ctx context.Context, id string, query SessionInspectQuery) (SessionInspectRecord, error)

Implementers 2

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

Calls

no outgoing calls