leindex 1.6.0

LeIndex MCP and semantic code search engine for AI tools and large codebases
1
2
3
4
5
6
//! SSE (Server-Sent Events) support.
//!
//! The implementation lives in `mcp::server` so HTTP and stdio modes share
//! one indexing path and one consolidation strategy.

pub use super::server::{index_stream_handler, index_with_progress};