UNPKG

@chinchillaenterprises/mcp-ai-assistant

Version:

MCP server for AI assistant with ElevenLabs text-to-speech integration

14 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.accountTools = void 0; const add_account_js_1 = require("./add-account.js"); const list_accounts_js_1 = require("./list-accounts.js"); const switch_account_js_1 = require("./switch-account.js"); const remove_account_js_1 = require("./remove-account.js"); exports.accountTools = [ add_account_js_1.addAccountTool, list_accounts_js_1.listAccountsTool, switch_account_js_1.switchAccountTool, remove_account_js_1.removeAccountTool ]; //# sourceMappingURL=index.js.map