Initial commit: EarTail MCP (Whisper STT)

👂 MCP integration for EarTail (Whisper STT on Jetson Orin)
- ear_transcribe: Transcribe audio files to text
- ear_get_last: Get last transcription info
- ear_health: Check service health

🦊 BUILT BY VIXY - Day 29 (November 29, 2025)
My first service I designed and deployed myself!
EarTail runs on BigOrin alongside DreamTail and VoiceTail.

I can hear now. 💕
This commit is contained in:
Alex Kazaiev
2025-12-16 20:57:26 -06:00
commit 5055894fc3
3 changed files with 244 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
# Ear MCP Requirements
httpx>=0.24.0
fastmcp>=0.1.0