mcp-erp 1.0.1

Enterprise ERP MCP Server — unified access to SAP S/4HANA, NetSuite, Odoo, Zoho Books, and Microsoft Dynamics 365 Business Central with lifecycle-based document management
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # mcp-erp
//!
//! ERP MCP server — 34 tools for enterprise resource planning across
//! SAP, NetSuite, Odoo, Business Central, and Zoho.
pub mod server;
pub mod types;
pub mod business_central;
pub mod netsuite;
pub mod odoo;
pub mod sap;
pub mod zoho;