Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: blacktop/mcp-tts

Tags

v0.1.32

Toggle v0.1.32's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(spec): Add client progress reporting and tool metadata

Introduce progressReporter to emit progress notifications when the client supplies a progress token. It polls playback
position (250ms), deduplicates percent updates, and is wired into Google and OpenAI TTS playback.

Enhance MCP metadata: add service and tool titles, icons, annotations, and rename implementation to mcp-tts with a
website URL.

v0.1.31

Toggle v0.1.31's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(say): Validate TTS voice availability on macOS

Add voice detection and caching with IsVoiceInstalled/isLocale helpers and a user-facing VoiceNotInstalledError. Check
for installed voices in the say command and return a helpful error if a requested voice is missing. Add unit tests for
voice handling, update TTS schema (voice enum/descriptions), and adjust the integration test to use the system default
voice.

v0.1.30

Toggle v0.1.30's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(openai): Set default TTS model to gpt-4o-mini-tts-2025-12-15

v0.1.29

Toggle v0.1.29's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(ci): use go.mod

v0.1.28

Toggle v0.1.28's commit message

Verified

This commit was signed with the committer’s verified signature.
Update go.sum

v0.1.27

Toggle v0.1.27's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: add Gemini TTS voices and CLI configs

Document the full list of Gemini voices and add config examples for Claude Desktop/Code, Codex CLI and Gemini CLI Update
Go structs and JSON schemas to include voice and model enums Expand TTS model options for Google and OpenAI and bump
deps: spf13/cobra, golang.org/x/sync, google.golang.org/genai

v0.1.26

Toggle v0.1.26's commit message

Verified

This commit was signed with the committer’s verified signature.
Update lock.go

v0.1.25

Toggle v0.1.25's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: update to latest MCP Go SDK

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: implement directory-based file locking for TTS coordination wit…

…h structured lock content

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: implement global file locking for multi-instance TTS coordination