1//! # mcp-erp
2//!
3//! ERP MCP server — 34 tools for enterprise resource planning across
4//! SAP, NetSuite, Odoo, Business Central, and Zoho.
5pub mod server;
6pub mod types;
7pub mod business_central;
8pub mod netsuite;
9pub mod odoo;
10pub mod sap;
11pub mod zoho;