//! MCP-to-A2A bridging for tool execution within agent tasks.
//!
//! Covers transforming MCP tool results into A2A artifacts
//! ([`artifact_transformer`]), task-construction helpers, and the
//! [`ToolResultHandler`] that routes tool outputs into task state.
pub use ;
pub use ToolResultHandler;