@sinch/mcp
Version:
Sinch MCP server
8 lines (7 loc) • 310 B
TypeScript
import { PromptResponse } from '../../types';
import { SinchClient } from '@sinch/sdk-core';
export declare const getVerificationCredentials: () => PromptResponse | {
applicationKey: string;
applicationSecret: string;
};
export declare const getVerificationService: () => SinchClient | PromptResponse;