UNPKG

@sinch/mcp

Version:

Sinch MCP server

5 lines (4 loc) 288 B
import { PromptResponse } from './types'; export declare const isPromptResponse: (x: any) => x is PromptResponse; export declare const matchesAnyTag: (tags: string[], filteringTags: string[]) => boolean; export declare const formatUserAgent: (toolName: string, userId: string) => string;