pub struct TestAppsTool;Expand description
MCP Apps metadata validation tool.
Connects to a remote MCP server, discovers its tools and resources, then validates App metadata structure and cross-references.
Trait Implementations§
Source§impl ToolHandler for TestAppsTool
impl ToolHandler for TestAppsTool
Auto Trait Implementations§
impl Freeze for TestAppsTool
impl RefUnwindSafe for TestAppsTool
impl Send for TestAppsTool
impl Sync for TestAppsTool
impl Unpin for TestAppsTool
impl UnsafeUnpin for TestAppsTool
impl UnwindSafe for TestAppsTool
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