UNPKG

@sinch/mcp

Version:

Sinch MCP server

5 lines (4 loc) 241 B
import { ToolsConfig } from '../../../types'; export declare const voiceToolsConfig: Record<string, ToolsConfig>; export type VoiceToolKey = keyof typeof voiceToolsConfig; export declare const getToolName: (toolKey: VoiceToolKey) => string;