pub struct McpSource {
pub path: PathBuf,
pub scope: ContextScope,
pub servers: Vec<McpServer>,
}Expand description
One .mcp.json that exists on disk, and what it configured.
Fields§
§path: PathBuf§scope: ContextScope§servers: Vec<McpServer>Trait Implementations§
Auto Trait Implementations§
impl Freeze for McpSource
impl RefUnwindSafe for McpSource
impl Send for McpSource
impl Sync for McpSource
impl Unpin for McpSource
impl UnsafeUnpin for McpSource
impl UnwindSafe for McpSource
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