pub enum McpMode {
Pc,
Box,
}Expand description
Where the MCP process runs.
Variants§
Pc
PC: day-2 HTTP to status-api + privileged tools via OpenSSH remote runner.
Box
Box: day-2 HTTP to loopback status-api + privileged tools in-process.
Implementations§
Trait Implementations§
impl Copy for McpMode
impl Eq for McpMode
impl StructuralPartialEq for McpMode
Auto Trait Implementations§
impl Freeze for McpMode
impl RefUnwindSafe for McpMode
impl Send for McpMode
impl Sync for McpMode
impl Unpin for McpMode
impl UnsafeUnpin for McpMode
impl UnwindSafe for McpMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.