Versions in this module Expand all Collapse all v0 v0.29.0 Jan 19, 2026 Changes in this version + const DefaultMaxSearchResults + type SearchOptions struct + MaxResults int + type SearchResult struct + MatchedIn []string + Score float64 + Tool mcp.Tool + func Search(query string, options ...SearchOptions) ([]SearchResult, error) + func SearchTools(tools []mcp.Tool, query string, options ...SearchOptions) ([]SearchResult, error)