v0.7.0 — semantic_search + find_similar (corpus-RAG)
Two meaning-based retrieval tools over the resolved dossier cards:
- semantic_search — BGE-M3 vector ANN; natural-language entity search that complements the lexical search_entities (no keyword match needed).
- find_similar — nearest corpus cards to a given entity_id ('more like this').
18 tools total. Backed by new /api/public/semantic-search and /similar/{id} endpoints. Results grow as the embedding backfill fills the corpus; may be sparse until then. npm publish of @whiteintel/mcp-server@0.7.0 pending (needs the npm token).