UNPKG

@sinch/mcp

Version:

Sinch MCP server

8 lines (7 loc) 391 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { IPromptResponse, Tags } from '../../types'; export declare const registerReportSmsVerification: (server: McpServer, tags: Tags[]) => void; export declare const reportSmsVerificationHandler: ({ phoneNumber, oneTimePassword }: { phoneNumber: string; oneTimePassword: string; }) => Promise<IPromptResponse>;