directory-indexer 0.0.10

AI-powered directory indexing with semantic search for MCP servers
Documentation
1
2
3
4
5
6
pub mod json_rpc;
pub mod server;
pub mod tools;

pub use server::McpServer;
pub use tools::McpTool;