@chinchillaenterprises/mcp-ai-assistant
Version:
MCP server for AI assistant with ElevenLabs text-to-speech integration
8 lines • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ttsTools = void 0;
const text_to_speech_js_1 = require("./text-to-speech.js");
const text_to_speech_stream_js_1 = require("./text-to-speech-stream.js");
const auto_read_response_js_1 = require("./auto-read-response.js");
exports.ttsTools = [text_to_speech_js_1.textToSpeechTool, text_to_speech_stream_js_1.textToSpeechStreamTool, auto_read_response_js_1.autoReadResponseTool];
//# sourceMappingURL=index.js.map