//! systemprompt.io HTTP API server.
//!
//! Hosts the Axum application that fronts every protocol surface — A2A, MCP,
//! OAuth, the marketplace, and the AI gateway — wiring [`routes`] and
//! context-extraction [`services::middleware`] onto the shared `AppContext`.
//! [`services::server::bind_and_serve`] binds the listener before bootstrap
//! and [`services::server::run_server`] swaps in the full router;
//! [`HealthChecker`] reports per-module readiness. Failures surface as the
//! [`error`] types and are mapped to HTTP responses at the route boundary.
pub use ;
pub use ;