//! Shared `list_routines` 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.
pub use crate;
/// Build the current routine listing for the given query, reloading the store from disk first.