Skip to main content

mcp_supplier/
lib.rs

1//! Supplier MCP Server library surface.
2//!
3//! A Supplier Relationship Management (SRM) platform: suppliers & contacts,
4//! certifications & qualification, a product catalog with multi-supplier pricing,
5//! purchase orders, RFQ/sourcing with quotes, quality audits + findings + SCARs,
6//! performance scorecards, and supply-risk monitoring — with a full audit trail.
7
8pub mod server;
9pub mod store;
10pub mod types;