UNPKG

@sinch/mcp

Version:

Sinch MCP server

8 lines (7 loc) 442 B
import { ToolsConfig } from '../../../types'; declare const verificationToolsConfig: Record<string, ToolsConfig>; export type VerificationToolKey = keyof typeof verificationToolsConfig; export declare const getToolName: (toolKey: VerificationToolKey) => string; export declare const shouldRegisterTool: (toolKey: VerificationToolKey, tags: string[]) => boolean; export declare const getMissingEnvironmentVariables: () => string[]; export {};