ElevenLabs Text-to-Speech MCP

.ruff_cache/ # Dependencies node_modules/ # Environment variables .env # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage # IDE - VSCode .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json # Misc .DS_Store # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .python-version # IDE .idea/ .vscode/ *.swp *.swo .DS_Store # Testing .coverage .pytest_cache/ htmlcov/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ # Logs *.log logs/ log/ # Project specific generated/ cache/ .mcp/ # Frontend build output in backend src/backend/static/ # Frontend build src/frontend/dist/ # Local development .env.local .env.development.local .env.test.local .env.production.local # Temporary docs docs/tmp/