Skip to main content

scone/
lib.rs

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