directory-indexer 0.0.10

AI-powered directory indexing with semantic search for MCP servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod cli;
pub mod config;
pub mod embedding;
pub mod environment;
pub mod error;
pub mod health;
pub mod indexing;
pub mod mcp;
pub mod search;
pub mod storage;
pub mod utils;

pub use config::Config;
pub use error::{IndexerError, Result};