Struct McpServer Plan

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub struct McpServerPlan {
    pub transport: String,
    pub url: String,
    pub exposure: McpExposure,
}

Resolved MCP server exposure.

Fields

transport: String

MCP transport.

url: String

MCP URL or command.

exposure: McpExposure

Exposure strategy.

Trait Implementations

impl Clone for McpServerPlan

impl Clone for McpServerPlan

clone

fn clone(&self) -> McpServerPlan

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for McpServerPlan

impl Debug for McpServerPlan

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for McpServerPlan

impl<'de> Deserialize<'de> for McpServerPlan

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for McpServerPlan

impl JsonSchema for McpServerPlan

schema_name

fn schema_name() -> Cow<'static, str>

schema_id

fn schema_id() -> Cow<'static, str>

json_schema

fn json_schema(generator: &mut SchemaGenerator) -> Schema

inline_schema

fn inline_schema() -> bool

impl PartialEq for McpServerPlan

impl PartialEq for McpServerPlan

eq

fn eq(&self, other: &McpServerPlan) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for McpServerPlan

impl Serialize for McpServerPlan

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl StructuralPartialEq for McpServerPlan

impl StructuralPartialEq for McpServerPlan