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