UNPKG

@sinch/mcp

Version:

Sinch MCP server

4 lines (3 loc) 185 B
import { PromptResponse } from '../../../types'; import { SinchClient } from '@sinch/sdk-core'; export declare const getVoiceClient: (toolName: string) => SinchClient | PromptResponse;