sxmc 0.2.1

One Rust binary to 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};