UNPKG

@sinch/mcp

Version:

Sinch MCP server

23 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerConversationTools = void 0; const list_all_apps_1 = require("./list-all-apps"); const list_messaging_templates_1 = require("./list-messaging-templates"); const send_card_or_choice_message_1 = require("./send-card-or-choice-message"); const send_location_message_1 = require("./send-location-message"); const send_media_message_1 = require("./send-media-message"); const send_template_message_1 = require("./send-template-message"); const send_whatsapp_template_message_1 = require("./send-whatsapp-template-message"); const send_text_message_1 = require("./send-text-message"); const registerConversationTools = (server, tags) => { (0, send_text_message_1.registerSendTextMessage)(server, tags); (0, send_media_message_1.registerSendMediaMessage)(server, tags); (0, send_location_message_1.registerSendLocationMessage)(server, tags); (0, send_card_or_choice_message_1.registerSendCardOrChoiceMessage)(server, tags); (0, send_template_message_1.registerSendTemplateMessage)(server, tags); (0, send_whatsapp_template_message_1.registerSendWhatsAppTemplateMessage)(server, tags); (0, list_all_apps_1.registerListAllApps)(server, tags); (0, list_messaging_templates_1.registerListAllTemplates)(server, tags); }; exports.registerConversationTools = registerConversationTools; //# sourceMappingURL=index.js.map