UNPKG

@sinch/mcp

Version:

Sinch MCP server

7 lines (6 loc) 572 B
import { ConversationService } from '@sinch/conversation'; import { PromptResponse } from '../../../types'; export declare const getConversationService: (toolName: string) => ConversationService | PromptResponse; export declare const getConversationAppId: (appId: string | undefined) => string | PromptResponse; export declare const setConversationRegion: (promptRegion: string | undefined, conversationService: ConversationService) => string; export declare const setTemplateRegion: (promptRegion: string | undefined, conversationService: ConversationService) => string;