pub const SCORE_DISPLAY_ROUND_FACTOR: f64 = 1000.0;
Rounding factor for similarity/score values surfaced on wire responses (HTTP handlers + MCP tools) — 1000.0 keeps three decimal places via (score * FACTOR).round() / FACTOR.
1000.0
(score * FACTOR).round() / FACTOR