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

Method Response

internal/cli/client_tools.go:96–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96func (e *toolAPIError) Response() ToolErrorResponseRecord {
97 if e == nil {
98 return ToolErrorResponseRecord{}
99 }
100 return sanitizeToolErrorResponse(e.response)
101}
102
103func (c *unixSocketClient) ListTools(ctx context.Context, query ToolQuery) (ToolsResponseRecord, error) {
104 var response ToolsResponseRecord

Calls 1