Expand description
Addon ecosystem: community extensions for lean-ctx (#858).
An addon packages an external MCP server (+ metadata) behind a small
lean-ctx-addon.toml manifest, so a third-party tool plugs into
lean-ctx’s MCP gateway with a single lean-ctx addon add — no fork, no
recompile. Addons are user-global and reuse the gateway trust model
([gateway] is global-only and opt-in; see crate::core::gateway).
Layers:
Re-exports§
pub use manifest::AddonManifest;pub use manifest::AddonMcp;pub use manifest::AddonMeta;pub use store::InstalledAddon;pub use store::InstalledStore;