exocortex-client 0.4.0

The Exocortex MCP client: local cache, WAL offline capture, the session-wrapup tool, and the reconnecting SSE subscriber.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! `exocortex-client` library surface: the MCP server handler and the local
//! WAL, reused by the `exocortex-mcp-client` binary (ยง4.2) and by tests.

pub mod backup;
pub mod drain;
pub mod eof_drain;
pub mod materialize;
pub mod mcp;
pub mod no_backend;
pub mod ops_registrations;
pub mod playbook;
pub mod preflight;
pub mod sync;
pub mod tools;
pub mod wal;