pub struct CrewMcpConfig {
pub name_prefix: String,
pub include_task_results: bool,
}Expand description
Configuration for a crew MCP handler
Fields§
§name_prefix: StringName prefix for the MCP tool (e.g., “crew_”)
include_task_results: boolWhether to include per-task results in the response
Trait Implementations§
Source§impl Clone for CrewMcpConfig
impl Clone for CrewMcpConfig
Source§fn clone(&self) -> CrewMcpConfig
fn clone(&self) -> CrewMcpConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 CrewMcpConfig
impl Debug for CrewMcpConfig
Auto Trait Implementations§
impl Freeze for CrewMcpConfig
impl RefUnwindSafe for CrewMcpConfig
impl Send for CrewMcpConfig
impl Sync for CrewMcpConfig
impl Unpin for CrewMcpConfig
impl UnsafeUnpin for CrewMcpConfig
impl UnwindSafe for CrewMcpConfig
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