pub struct McpAppsDiagnoseRequest {
pub server_name: String,
}Expand description
MCP server to diagnose MCP Apps wiring for.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§server_name: StringMCP server to probe
Trait Implementations§
Source§impl Clone for McpAppsDiagnoseRequest
impl Clone for McpAppsDiagnoseRequest
Source§impl Debug for McpAppsDiagnoseRequest
impl Debug for McpAppsDiagnoseRequest
Source§impl Default for McpAppsDiagnoseRequest
impl Default for McpAppsDiagnoseRequest
Source§impl<'de> Deserialize<'de> for McpAppsDiagnoseRequest
impl<'de> Deserialize<'de> for McpAppsDiagnoseRequest
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 McpAppsDiagnoseRequest
impl RefUnwindSafe for McpAppsDiagnoseRequest
impl Send for McpAppsDiagnoseRequest
impl Sync for McpAppsDiagnoseRequest
impl Unpin for McpAppsDiagnoseRequest
impl UnsafeUnpin for McpAppsDiagnoseRequest
impl UnwindSafe for McpAppsDiagnoseRequest
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