pub async fn search_symbols( query: String, num_results: usize, ) -> Result<Vec<(f32, SymbolUri, DocumentElementUri)>, ServerFnError<String>>