Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Mar 18:39
· 29 commits to main since this release

Improved

  • AI-facing documentation overhaul across all 27 MCP tools for better AI client comprehension:
    • Server instructions restructured from flat text into workflow categories (SETUP → TRANSLATE → REVIEW → MANAGE → MIGRATE → GLOSSARY) with pagination rules
    • 8 tool descriptions enriched with cross-references (e.g., get_stale → delete_keys, get_plurals → submit_translations with plural_forms) and severity levels for validate_translations
    • Doc comments added to all fields of 11 model types (CompletedTranslation, TranslationUnit, PluralUnit, SubmitResult, etc.) — these generate JSON Schema descriptions visible to AI clients
    • Pagination hints added to all batched tool parameters ("set to previous offset + batch_size to get the next page")
    • Parameter descriptions enriched with examples, constraints, and usage guidance across 9 tool files
    • Prompts improved: rejection handling guidance in translate_batch, glossary check in full_translate