pub struct TestGenerateTool;Expand description
Test scenario generation tool.
Connects to a remote MCP server, discovers its tools, resources, and prompts, then generates a structured test scenario as JSON.
Trait Implementations§
Source§impl ToolHandler for TestGenerateTool
impl ToolHandler for TestGenerateTool
Auto Trait Implementations§
impl Freeze for TestGenerateTool
impl RefUnwindSafe for TestGenerateTool
impl Send for TestGenerateTool
impl Sync for TestGenerateTool
impl Unpin for TestGenerateTool
impl UnsafeUnpin for TestGenerateTool
impl UnwindSafe for TestGenerateTool
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