(ctx context.Context, scope toolspkg.Scope)
| 625 | } |
| 626 | |
| 627 | func (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 | |
| 634 | func (r *apiTestToolRegistry) Search( |
| 635 | ctx context.Context, |