//! Core API module for programmatic access to MicroRapid functionality
//!
//! This module provides a clean API surface for both CLI and MCP server usage,
//! with no interactive prompts or I/O operations.
// Re-export main types and functions
pub use *;
pub use ;
pub use run_operation;
pub use ;
pub use *;