pub const SQL_SELECT_TRUTHS_FOR_ENTITIES: &str = "SELECT entity_name, key, value FROM mcp_truths \ WHERE entity_name IN ({}) \ ORDER BY key";