Skip to main content

agentic_memory_mcp/resources/
mod.rs

1//! MCP resource implementations — read-only views of the memory graph.
2
3pub mod graph;
4pub mod node;
5pub mod registry;
6pub mod session;
7pub mod templates;
8pub mod type_index;
9
10pub use registry::ResourceRegistry;