@sinch/mcp
Version:
Sinch MCP server
8 lines (7 loc) • 617 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 setConversationRegion: (promptRegion: string | undefined, sinchClient: SinchClient) => void;
export declare const setTemplateRegion: (promptRegion: string | undefined, sinchClient: SinchClient) => void;