pub struct ShellServer { /* private fields */ }Expand description
Built-in MCP server for shell command execution
Implementations§
Trait Implementations§
Source§impl Default for ShellServer
impl Default for ShellServer
Source§impl McpServer for ShellServer
impl McpServer for ShellServer
Auto Trait Implementations§
impl Freeze for ShellServer
impl RefUnwindSafe for ShellServer
impl Send for ShellServer
impl Sync for ShellServer
impl Unpin for ShellServer
impl UnwindSafe for ShellServer
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