pub struct TestCheckTool;Expand description
Protocol compliance testing tool.
Connects to a remote MCP server and runs the full compliance test suite,
returning a structured TestReport as JSON.
Trait Implementations§
Source§impl ToolHandler for TestCheckTool
impl ToolHandler for TestCheckTool
Auto Trait Implementations§
impl Freeze for TestCheckTool
impl RefUnwindSafe for TestCheckTool
impl Send for TestCheckTool
impl Sync for TestCheckTool
impl Unpin for TestCheckTool
impl UnsafeUnpin for TestCheckTool
impl UnwindSafe for TestCheckTool
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