@sinch/mcp
Version:
Sinch MCP server
7 lines (6 loc) • 447 B
TypeScript
import { SinchClient } from '@sinch/sdk-core';
import { PromptResponse } from '../../../types';
export declare function getConversationService(): SinchClient | PromptResponse;
export declare function getConversationTemplateService(): SinchClient | PromptResponse;
export declare const getConversationAppId: (appId: string | undefined) => string | PromptResponse;
export declare const getConversationRegion: (region: string | undefined) => string;