pub struct GraphMcpConfig {
pub name_prefix: String,
pub include_node_details: bool,
}Expand description
Configuration for a graph MCP handler
Fields§
§name_prefix: StringName prefix for the MCP tool (e.g., “graph_”)
include_node_details: boolWhether to include per-node execution details in the response
Trait Implementations§
Source§impl Clone for GraphMcpConfig
impl Clone for GraphMcpConfig
Source§fn clone(&self) -> GraphMcpConfig
fn clone(&self) -> GraphMcpConfig
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 GraphMcpConfig
impl Debug for GraphMcpConfig
Auto Trait Implementations§
impl Freeze for GraphMcpConfig
impl RefUnwindSafe for GraphMcpConfig
impl Send for GraphMcpConfig
impl Sync for GraphMcpConfig
impl Unpin for GraphMcpConfig
impl UnsafeUnpin for GraphMcpConfig
impl UnwindSafe for GraphMcpConfig
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