pub struct McpBridge { /* private fields */ }Expand description
Generic MCP-to-NATS bridge.
Discovers tool schemas from NATS services and routes tool calls.
Implementations§
Auto Trait Implementations§
impl Freeze for McpBridge
impl RefUnwindSafe for McpBridge
impl Send for McpBridge
impl Sync for McpBridge
impl Unpin for McpBridge
impl UnsafeUnpin for McpBridge
impl UnwindSafe for McpBridge
Blanket Implementations§
impl<T> Allocation for T
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