#![cfg_attr(coverage_nightly,coverage(off))]//! HTTP server implementation using uniform contracts
//! This ensures HTTP endpoints use exactly the same contracts as CLI and MCP
modhandlers;modopenapi;modrouter;modtests;modtests_endpoints;modtests_openapi;modtests_property;modtypes;pubuserouter::create_router;