UNPKG

@sinch/mcp

Version:

Sinch MCP server

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