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
//! MCP tools the client exposes beyond the kernel Functions (ยง13.5).

pub mod end_session;

pub use end_session::{EndSessionAck, EndSessionArgs, EndSessionTool};