pub enum McpServer {
Fs,
Git,
}Expand description
Curated MCP server package recipes rendered by image add.
Config can still declare any MCP command, including shell servers; this
enum only covers recipes OutRig can install without more user input.
Variants§
Implementations§
Source§impl McpServer
impl McpServer
pub const fn as_str(self) -> &'static str
pub const fn description(self) -> &'static str
Sourcepub fn command_args(self) -> &'static [&'static str]
pub fn command_args(self) -> &'static [&'static str]
argv of the runtime command for this server’s
[images.<name>.mcp.<server>] entry. The first element is the
binary name, the rest are arguments.
Trait Implementations§
impl Copy for McpServer
impl Eq for McpServer
Source§impl Ord for McpServer
impl Ord for McpServer
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for McpServer
impl PartialOrd for McpServer
impl StructuralPartialEq for McpServer
Auto Trait Implementations§
impl Freeze for McpServer
impl RefUnwindSafe for McpServer
impl Send for McpServer
impl Sync for McpServer
impl Unpin for McpServer
impl UnsafeUnpin for McpServer
impl UnwindSafe for McpServer
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.