UNPKG

@sinch/mcp

Version:

Sinch MCP server

6 lines (5 loc) 285 B
import { ToolsConfig } from '../../../types'; export declare const toolsConfig: Record<string, ToolsConfig>; export type EmailToolKey = keyof typeof toolsConfig; export declare const getToolName: (toolKey: EmailToolKey) => string; export declare const sha256: (str: string) => string;