Skip to main content

Crate mcp_session_memory

Crate mcp_session_memory 

Source
Expand description

§Session Memory MCP Server

Policy-controlled access to live and historical agent session context: typed session state, scoped memory recall, replay snapshots, and resumable workflows.

Re-exports§

pub use error::MemoryError;
pub use store::MemoryStore;
pub use store::SessionStore;
pub use types::*;

Modules§

error
memory_store
server
store
types