sxmc 1.0.9

Sumac: bring out what your tools can do — bridge skills, MCP, and APIs into reusable agent, terminal, and automation workflows
Documentation
1
2
3
4
5
6
7
8
//! Persistent saved connection configs.
//!
//! A bake stores enough information to reconnect to an MCP server or API
//! source without repeating flags each time.

pub mod config;

pub use config::{BakeConfig, BakeStore};