Add MCP automation interface for quiz round creation (#9)

Add a Quizzical Beats MCP server and automation service for agentic quiz workflows.

Includes tools for catalog lookup/add/import, round creation and naming, MP3/PDF generation and inspection, email delivery, TTS snippet updates, docs, and focused tests.

Deployment intentionally not performed.
This commit is contained in:
Christian Krakau-Louis
2026-05-21 18:18:57 +02:00
committed by GitHub
parent ae8ec413d3
commit 74e5e5b531
8 changed files with 1047 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ authlib>=1.6.5
Flask-Caching
gunicorn
psutil
mcp[cli]
# Testing dependencies
pytest>=7.4.0