purchase-mcp-server
Version:
Purchase and budget management server handling requisitions, purchase orders, expenses, budgets, and vendor management with ERP access for data extraction
12 lines (11 loc) • 332 B
TypeScript
/**
* IMO Management Script
*
* This script allows adding, updating, or viewing IMO numbers for companies in the database.
*
* Usage:
* npm run manage-imos -- --company "Company Name" --action list
* npm run manage-imos -- --company "Company Name" --action add --imos "1234567,7654321"
*/
export {};