UNPKG

@sinch/mcp

Version:

Sinch MCP server

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