Skip to main content

mcp_logistics/
lib.rs

1//! # mcp-logistics
2//!
3//! Logistics MCP server — 16 tools for shipment tracking, rate comparison,
4//! route optimization, and carrier management.
5pub mod server;
6pub mod types;
7pub mod routes;
8pub mod shipengine;
9pub mod shippo;