scone-cli 0.2.0

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

pub mod mcp;
pub mod serve;
pub mod setup;