1 2 3 4 5
//! Library surface of the scone binary (MCP server module). pub mod mcp; pub mod serve; pub mod setup;