Skip to main content

mcp_pricing/
lib.rs

1//! # mcp-pricing
2//!
3//! Enterprise pricing engine MCP server — CEL rule engine, price waterfall,
4//! product catalog, customer segments, promotions, quotes/CPQ, market intelligence,
5//! and audit trail. 20+ tools for multi-vertical pricing.
6pub mod types;
7pub mod store;
8pub mod engine;
9pub mod server;