pub struct McpAppsDiagnoseResult {
pub capability: McpAppsDiagnoseCapability,
pub server: McpAppsDiagnoseServer,
}Expand description
Diagnostic snapshot of MCP Apps wiring for the named server.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§capability: McpAppsDiagnoseCapabilityCapability negotiation snapshot
server: McpAppsDiagnoseServerWhat the server returned for this session
Trait Implementations§
Source§impl Clone for McpAppsDiagnoseResult
impl Clone for McpAppsDiagnoseResult
Source§fn clone(&self) -> McpAppsDiagnoseResult
fn clone(&self) -> McpAppsDiagnoseResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for McpAppsDiagnoseResult
impl Debug for McpAppsDiagnoseResult
Source§impl Default for McpAppsDiagnoseResult
impl Default for McpAppsDiagnoseResult
Source§fn default() -> McpAppsDiagnoseResult
fn default() -> McpAppsDiagnoseResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for McpAppsDiagnoseResult
impl<'de> Deserialize<'de> for McpAppsDiagnoseResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for McpAppsDiagnoseResult
impl RefUnwindSafe for McpAppsDiagnoseResult
impl Send for McpAppsDiagnoseResult
impl Sync for McpAppsDiagnoseResult
impl Unpin for McpAppsDiagnoseResult
impl UnsafeUnpin for McpAppsDiagnoseResult
impl UnwindSafe for McpAppsDiagnoseResult
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