pub fn register_memory_tools(
registry: &mut ToolRegistry,
store: Arc<Mutex<MemoryStore>>,
)Expand description
Register memory tools with the supplied registry.
pub fn register_memory_tools(
registry: &mut ToolRegistry,
store: Arc<Mutex<MemoryStore>>,
)Register memory tools with the supplied registry.