pub struct McpPlan {
pub refs: Vec<PathBuf>,
pub receipt_dir: Option<PathBuf>,
pub runner: Option<String>,
pub http_listen: Option<String>,
pub http_allow_non_loopback: bool,
}Fields§
§refs: Vec<PathBuf>§receipt_dir: Option<PathBuf>§runner: Option<String>§http_listen: Option<String>When set, serve the governed MCP server over streamable HTTP at this address instead of over stdio.
http_allow_non_loopback: boolTrait Implementations§
impl Eq for McpPlan
impl StructuralPartialEq for McpPlan
Auto Trait Implementations§
impl Freeze for McpPlan
impl RefUnwindSafe for McpPlan
impl Send for McpPlan
impl Sync for McpPlan
impl Unpin for McpPlan
impl UnsafeUnpin for McpPlan
impl UnwindSafe for McpPlan
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.