UNPKG

salesforce-data-dictionary

Version:

MCP server for Salesforce Data Dictionary Generation

12 lines 426 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare class ToolManager { private salesforceManager; constructor(); getAvailableTools(): Tool[]; callTool(name: string, args: any): Promise<any>; private describeSalesforceObject; private listSalesforceObjects; private findSimilarObjects; private createDataDictionaryFromSalesforce; } //# sourceMappingURL=toolManager.d.ts.map