UNPKG

@sinch/mcp

Version:

Sinch MCP server

7 lines (6 loc) 329 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { IPromptResponse, Tags } from '../../types'; export declare const registerGetCallInformation: (server: McpServer, tags: Tags[]) => void; export declare const getCallInformationHandler: ({ callId }: { callId: string; }) => Promise<IPromptResponse>;