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

Method List

internal/api/core/tools_test.go:627–632  ·  view source on GitHub ↗
(ctx context.Context, scope toolspkg.Scope)

Source from the content-addressed store, hash-verified

625}
626
627func (r *apiTestToolRegistry) List(ctx context.Context, scope toolspkg.Scope) ([]toolspkg.ToolView, error) {
628 r.mu.Lock()
629 r.lastListScope = scope
630 r.mu.Unlock()
631 return r.registry.List(ctx, scope)
632}
633
634func (r *apiTestToolRegistry) Search(
635 ctx context.Context,

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected