lorum 0.1.2-alpha.1

Unified MCP configuration manager for AI coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
/// Tool adapter framework for reading/writing MCP configurations.
pub mod adapters;
pub mod backup;
pub mod commands;
pub mod config;
pub mod env_interpolate;
pub mod error;
pub mod rules;
pub mod skills;
pub mod sync;