//! Shared shutdown logic: response shape and how to build it. Both the HTTP handler
//! (`http.rs`) and the MCP tool (`mcp.rs`) build on top of this.
use crateShutdownSignal;
use Serialize;
/// Response body for `POST /shutdown`.
/// Fire the shutdown signal and build the acknowledgement response.