do-memory-mcp 0.1.29

Model Context Protocol (MCP) server for AI agents
Documentation
1
2
3
4
5
6
7
8
use super::*;

#[test]
fn cache_starts_enabled_by_default() {
    let cache = QueryCache::new();
    let stats = cache.stats();
    assert!(stats.enabled);
}