UNPKG

@sinch/mcp

Version:

Sinch MCP server

9 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerPrompts = void 0; const app_id_1 = require("./conversation/app-id"); const registerPrompts = (server, tags) => { (0, app_id_1.registerAppId)(server, tags); }; exports.registerPrompts = registerPrompts; //# sourceMappingURL=index.js.map