Skip to main content

mcp_pos/
lib.rs

1//! # mcp-pos
2//!
3//! Point of Sale MCP server — cart management, payments (cash/card/mobile money),
4//! receipts, shift management, loyalty, barcode lookup, returns. 15 tools.
5pub mod types;
6pub mod store;
7pub mod server;