pub struct McpRemoveGitHubResult {
pub removed: bool,
}Expand description
Indicates whether the auto-managed github MCP server was removed (false when nothing to remove).
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§removed: boolTrue when the auto-managed github MCP server was removed; false when no removal happened (e.g. user has explicitly configured a github server, or the server was not registered).
Trait Implementations§
Source§impl Clone for McpRemoveGitHubResult
impl Clone for McpRemoveGitHubResult
Source§impl Debug for McpRemoveGitHubResult
impl Debug for McpRemoveGitHubResult
Source§impl Default for McpRemoveGitHubResult
impl Default for McpRemoveGitHubResult
Source§impl<'de> Deserialize<'de> for McpRemoveGitHubResult
impl<'de> Deserialize<'de> for McpRemoveGitHubResult
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 McpRemoveGitHubResult
impl RefUnwindSafe for McpRemoveGitHubResult
impl Send for McpRemoveGitHubResult
impl Sync for McpRemoveGitHubResult
impl Unpin for McpRemoveGitHubResult
impl UnsafeUnpin for McpRemoveGitHubResult
impl UnwindSafe for McpRemoveGitHubResult
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