//! Shared `trigger_routine` 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 crateAppError;
pub use crate;
/// Manually trigger the routine with the given UUID, recording `last_manual_trigger_at` and
/// returning the updated record.