1 2 3 4 5
//! Adapters connecting the domain to external systems: the LanceDB vector //! store ([`lance`]) and the MCP server ([`mcp`]). pub mod lance; pub mod mcp;