UNPKG

@sinch/mcp

Version:

Sinch MCP server

4 lines (3 loc) 196 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { Tags } from '../../types'; export declare const registerVerificationTools: (server: McpServer, tags: Tags[]) => void;