1// SPDX-License-Identifier: AGPL-3.0-only 2pub mod intel; 3// The MCP wire types and version/era model live in the reusable `mcp` crate; 4// re-exported here so `crate::wire::mcp::*` resolves throughout the runtime. 5pub use ::mcp::wire as mcp;