//! Shared `get_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;
/// Look up a single routine by UUID, reloading the store from disk first.