mcp-procurement 2.0.0

Procurement MCP server — purchase orders, RFQs, supplier management, approvals, receiving, spend analytics, contract tracking
Documentation
1
2
3
4
5
6
7
//! # mcp-procurement
//!
//! Procurement MCP server — purchase orders, RFQs, supplier management,
//! approvals, goods receiving, and spend analytics. 18 tools.
pub mod types;
pub mod store;
pub mod server;