pub const MCP_SEARCH_DOCS_PROGRESS_TOP_K_THRESHOLD: u32 = 100;Expand description
Threshold above which memory_search_docs calls emit progress events.
Below 100 results the search completes fast enough that progress
notifications add wire-overhead with no UX benefit (Decision C).