pub struct McpTestClient { /* private fields */ }Expand description
An MCP client connected to a running Scute MCP server.
Wraps rmcp’s client with its own tokio runtime so callers don’t need async.
Use for protocol-level tests that need direct access beyond the Scute harness.
Implementations§
Source§impl McpTestClient
impl McpTestClient
Auto Trait Implementations§
impl !Freeze for McpTestClient
impl !RefUnwindSafe for McpTestClient
impl Send for McpTestClient
impl Sync for McpTestClient
impl Unpin for McpTestClient
impl UnsafeUnpin for McpTestClient
impl !UnwindSafe for McpTestClient
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