Skip to main content

MCP_REMEMBER_BATCH_PROGRESS_ITEM_THRESHOLD

Constant MCP_REMEMBER_BATCH_PROGRESS_ITEM_THRESHOLD 

Source
pub const MCP_REMEMBER_BATCH_PROGRESS_ITEM_THRESHOLD: usize = 50;
Expand description

Threshold above which memory_remember_batch calls emit per-item embedding progress. Below 50 items the batch completes inside one or two embedder round-trips and progress notifications add wire-overhead with no UX benefit (Decision C).