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