pub fn open_store(path: &Path) -> Result<Connection>Expand description
Opens mcp_store.db read-only: this crate’s binaries only ever read
it, except github-mcp-populate-embeddings (a separate [[bin]]), which uses
open_store_read_write instead.