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

Method GetToolset

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

Source from the content-addressed store, hash-verified

315 InvokeTool(ctx context.Context, id string, request ToolInvokeRequest) (ToolInvokeResponseRecord, error)
316 ListToolsets(ctx context.Context, query ToolQuery) (ToolsetsResponseRecord, error)
317 GetToolset(ctx context.Context, id string, query ToolQuery) (ToolsetResponseRecord, error)
318 HookCatalog(ctx context.Context, query HookCatalogQuery) ([]HookCatalogRecord, error)
319 HookRuns(ctx context.Context, workspaceRef string, query HookRunsQuery) ([]HookRunRecord, error)
320 HookEvents(ctx context.Context, query HookEventsQuery) ([]HookEventRecord, error)

Callers 2

newToolsetsInfoCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1