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

12 lines (11 loc) 262 B
export interface PromptDefinition { name: string; description: string; arguments: Array<{ name: string; description: string; required?: boolean; }>; content: string; } export declare const prompts: PromptDefinition[];