UNPKG

@sinch/mcp

Version:

Sinch MCP server

8 lines (7 loc) 376 B
import { ToolsConfig } from '../../../types'; declare const toolsConfig: Record<string, ToolsConfig>; export type EmailToolKey = keyof typeof toolsConfig; export declare const getToolName: (toolKey: EmailToolKey) => string; export declare const shouldRegisterTool: (toolKey: string, tags: string[]) => boolean; export declare const sha256: (str: string) => string; export {};