scone-cli 0.1.0

Scone: a local-first temporal memory engine — CLI, MCP server, and HTTP API
Documentation
1
2
3
4
//! Library surface of the scone binary (MCP server module).

pub mod mcp;
pub mod serve;