pub fn open_store_read_write(path: &Path) -> Result<Connection>Expand description
Read-write counterpart to open_store — for bin/populate_embeddings.rs,
the one binary that actually writes to mcp_store.db (backfilling
semantic_endpoints, whose table every other caller only ever reads
from).