From 44abb903d9ca86c07e6cabdbadb2f79e14164585 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Thu, 7 Aug 2025 22:45:31 -0700 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1e343c..b5f7091 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ An MCP (Model Context Protocol) server that provides text-to-speech capabilities - **play**: Play audio files using the beep library - **set_voice**: Change the voice used for generation (memory only) - **get_voices**: List available voices and show currently selected one +- **history**: List available audio files with text summaries ## Setup @@ -55,9 +56,13 @@ Change the voice used for generation. List all available voices and show the currently selected one. - No parameters required +### history +List available audio files with text summaries. +- No parameters required + ## Audio Files -Generated audio files are saved to `.crush/xi/.mp3` and can be replayed using the `play` tool. +Generated audio files are saved to `.xi/-.mp3` with corresponding `.txt` files containing the original text. Files can be replayed using the `play` tool. ## Dependencies