//! MCP-server-side bridge: adapt the runtime tool registry into the
//! `McpServerHandler` shape consumed by `crates/mcp` transports, plus
//! the boot dispatcher that decides which runtime tools may
//! be advertised to external MCP clients.
pub use ToolRegistryBridge;
pub use ;
pub use ;