// Copyright (c) 2026, Salesforce, Inc. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Shared test helpers for hyperdb-mcp integration tests.
use Engine;
use TempDir;
/// Wrapper that co-owns a temp directory alongside the Engine so that the
/// workspace `.hyper` file isn't deleted while tests are still running.
/// The `TempDir` is cleaned up automatically when the struct is dropped.
pub