1//! Re-export of the canonical error type, which now lives in `macp-core`. 2//! Kept as `macp_runtime::error` for backward compatibility. 3pub use macp_core::error::*;