pub struct McpAcpTransport;Expand description
The mcp_acp_transport capability - indicates support for MCP-over-ACP bridging.
When present in _meta.symposium.mcp_acp_transport, signals that the agent
supports having MCP servers with acp:UUID transport proxied through the conductor.
Trait Implementations§
Source§impl Debug for McpAcpTransport
impl Debug for McpAcpTransport
Auto Trait Implementations§
impl Freeze for McpAcpTransport
impl RefUnwindSafe for McpAcpTransport
impl Send for McpAcpTransport
impl Sync for McpAcpTransport
impl Unpin for McpAcpTransport
impl UnsafeUnpin for McpAcpTransport
impl UnwindSafe for McpAcpTransport
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more