1// SPDX-License-Identifier: Apache-2.0 2pub mod intel; 3// The MCP wire types + version/era model now live in the reusable `mcp` crate; 4// re-export so `crate::wire::mcp::*` keeps resolving across the runtime. 5pub use ::mcp::wire as mcp;