mcp-pricing 2.0.0

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