pub struct McpSection { /* private fields */ }Expand description
Renders a list of tools provided by connected MCP servers.
Implementations§
Source§impl McpSection
impl McpSection
pub fn new(manager: Arc<McpManager>) -> Self
Trait Implementations§
Source§impl PromptSection for McpSection
impl PromptSection for McpSection
Auto Trait Implementations§
impl Freeze for McpSection
impl !RefUnwindSafe for McpSection
impl Send for McpSection
impl Sync for McpSection
impl Unpin for McpSection
impl UnsafeUnpin for McpSection
impl !UnwindSafe for McpSection
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