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

Method Get

internal/api/core/interfaces.go:382–382  ·  view source on GitHub ↗
(ctx context.Context, scope toolspkg.Scope, id toolspkg.ToolID)

Source from the content-addressed store, hash-verified

380 List(ctx context.Context, scope toolspkg.Scope) ([]toolspkg.ToolView, error)
381 Search(ctx context.Context, scope toolspkg.Scope, q toolspkg.SearchQuery) ([]toolspkg.ToolView, error)
382 Get(ctx context.Context, scope toolspkg.Scope, id toolspkg.ToolID) (toolspkg.ToolView, error)
383 Call(ctx context.Context, scope toolspkg.Scope, req toolspkg.CallRequest) (toolspkg.ToolResult, error)
384}
385

Implementers 5

RuntimeRegistryinternal/tools/registry.go
cliToolIntegrationRegistryinternal/cli/tool_integration_test.go
hostedRegistryStubinternal/mcp/hosted_test.go
apiTestToolRegistryinternal/api/core/tools_test.go
toolParityRegistryinternal/daemon/tools_transport_parity

Calls

no outgoing calls