//! Volga-based default implementation of
//! [`HttpEngine`](engine::HttpEngine).
//!
//! This is the engine bound by default when the `http-server-volga`
//! feature is enabled. It implements `HttpEngine` by binding a
//! `volga::App`, registering three routes on the MCP endpoint, and
//! delegating all protocol work to the engine-agnostic helpers in
//! [`super::super::core::handlers`].
pub
pub
pub
pub use VolgaEngine;