erinra 0.2.0

Memory MCP server for LLM coding assistants
1
2
3
4
5
6
7
8
9
10
11
12
//! Erinra: Memory MCP server for LLM coding assistants.
//!
//! This library crate re-exports modules for integration testing.

pub mod config;
pub mod db;
pub mod embedding;
pub mod mcp;
pub mod relay;
pub mod service;
pub mod sync;
pub mod web;