Versions in this module Expand all Collapse all v0 v0.1.0 Jun 17, 2026 Changes in this version + func Build(listings []Listing) (domain.Catalog, error) + func Page(catalog domain.Catalog, cursor string, size int) (page domain.Catalog, next string, err error) + func Resolve(namespaced string, knownDownstreams map[string]bool) (domain.ToolRef, error) + type Listing struct + Downstream string + Tools []Tool + type Tool struct + Annotations json.RawMessage + Description string + Icons json.RawMessage + InputSchema json.RawMessage + Name string + OutputSchema json.RawMessage + Title string