remembrall-server 0.4.4

MCP server for RemembrallMCP - persistent memory and code intelligence for AI agents
Documentation
1
2
3
4
5
6
7
8
9
//! Tool modules for RemembrallMCP.
//!
//! Each module contains parameter structs and logic helper functions.
//! The `#[tool]` wrapper methods live in `lib.rs` because `#[tool_router]`
//! requires all annotated methods in a single `impl` block.

pub mod graph;
pub mod ingest;
pub mod memory;