Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 14:34
· 31 commits to main since this release

Added

  • delete_keys tool - delete localization keys and all their translations, completes the get_staledelete_keys cleanup workflow
  • rename_key tool - rename a localization key preserving all existing translations across all locales
  • get_key tool - get all translations for a specific key across all locales in a single call
  • delete_translations tool - remove translations for specific keys in a locale, resetting them to untranslated state
  • cleanup_stale prompt - guided workflow to find and remove stale/unused localization keys
  • Claude Code skill (skills/xcstrings-mcp/SKILL.md) with workflows and best practices for all 26 tools
  • GitHub community profile: Code of Conduct, issue templates, PR template, Discussions enabled

Changed

  • Write operations (delete_keys, delete_translations) skip disk write when no changes are made
  • Repository topics expanded to 19 for better discoverability
  • README enhanced with Features section, additional badges, and skill installation instructions