mcp-inventory 1.0.0

Inventory & Warehouse MCP server — stock management, BOM, locations, transfers, reorder alerts, lot tracking, reservations
Documentation
1
2
3
4
5
6
7
//! # mcp-inventory
//!
//! Inventory & Warehouse MCP server — stock management, BOM, locations,
//! transfers, reorder alerts, lot tracking, and reservations. 16 tools.
pub mod types;
pub mod store;
pub mod server;