pub struct SchemaExportTool;Expand description
Schema discovery and export tool.
Connects to a remote MCP server and exports discovered tool, resource, and prompt schemas in JSON or Rust type-stub format.
Trait Implementations§
Source§impl ToolHandler for SchemaExportTool
impl ToolHandler for SchemaExportTool
Auto Trait Implementations§
impl Freeze for SchemaExportTool
impl RefUnwindSafe for SchemaExportTool
impl Send for SchemaExportTool
impl Sync for SchemaExportTool
impl Unpin for SchemaExportTool
impl UnsafeUnpin for SchemaExportTool
impl UnwindSafe for SchemaExportTool
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