UNPKG

purchase-mcp-server

Version:

Purchase and budget management server handling requisitions, purchase orders, expenses, budgets, and vendor management with ERP access for data extraction

7 lines (6 loc) 139 B
export interface Config { environment: string; companyName: string; [key: string]: any; } export declare const config: Config;