UNPKG

@sinch/mcp

Version:

Sinch MCP server

7 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIMEOUT = exports.MAX_TOKENS = exports.TEMPERATURE = void 0; exports.TEMPERATURE = 0; //no variability for testing exports.MAX_TOKENS = 1024; exports.TIMEOUT = 10000; //# sourceMappingURL=configuration.js.map