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

8 lines (7 loc) 285 B
import { ToolArguments, ToolResponse } from "../types/index.js"; export declare class SearchToolHandler { private readonly GOOGLE_SEARCH_API_KEY; private readonly GOOGLE_SEARCH_ENGINE_ID; constructor(); googleSearch(arguments_: ToolArguments): Promise<ToolResponse>; }