mollendorff-forge 10.0.0-beta.8

Battle-tested financial math for AI. 173 Excel-compatible functions validated against Gnumeric & R. MCP integration, Monte Carlo, Decision Trees, Real Options.
Documentation
1
2
3
4
5
6
7
8
9
//! Forge API Server module (v2.0.0)
//!
//! Provides HTTP REST API for enterprise integration.
//! Run with `forge serve`.

pub mod handlers;
pub mod server;

pub use server::run_api_server;