UNPKG

@sinch/mcp

Version:

Sinch MCP server

28 lines 971 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getToolName = exports.voiceToolsConfig = void 0; exports.voiceToolsConfig = { closeConference: { name: 'close-conference', tags: ['all', 'voice', 'close-conference'], }, conferenceCallout: { name: 'conference-callout', tags: ['all', 'voice', 'conference-callout'], }, manageConferenceParticipant: { name: 'manage-conference-participant', tags: ['all', 'voice', 'manage-conference-participant'], }, ttsCallout: { name: 'tts-callout', tags: ['all', 'voice', 'notification', 'tts-callout'], }, getCallInformation: { name: 'get-call-information', tags: ['all', 'voice', 'notification', 'get-call-information'], } }; const getToolName = (toolKey) => exports.voiceToolsConfig[toolKey].name; exports.getToolName = getToolName; //# sourceMappingURL=voice-tools-helper.js.map