@sonenta/mcp 0.21.0 → 0.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonenta/mcp",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "MCP server for Sonenta translation management \u2014 wires Claude Desktop and other MCP clients into your project's keys, missing-key feed, and translation drafts.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://sonenta.com",
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "verbumia-mcp"
3
- version = "0.21.0"
3
+ version = "0.21.1"
4
4
  description = "Model Context Protocol server for Verbumia — list projects, missing keys, propose translations from Claude Desktop and other MCP clients."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12,<3.14"
@@ -1,3 +1,3 @@
1
1
  """Verbumia MCP server (MIT)."""
2
2
 
3
- __version__ = "0.21.0"
3
+ __version__ = "0.21.1"
@@ -1729,7 +1729,12 @@ def register(server: Server, client: VerbumiaClient) -> tuple[Any, Any]:
1729
1729
  "per source_value: to_fix (needs attention; the default), allowed "
1730
1730
  "(intentional duplicate — listed+flagged but excluded from "
1731
1731
  "total_issues), resolved (already fixed — re-scan confirms). Filter "
1732
- "by status to focus. READ-ONLY."
1732
+ "by status to focus. When status=to_fix, a group may also carry a "
1733
+ "human-prepared `merge_plan` ({clusters: [{canonical_key_uuid, "
1734
+ "redundant_key_uuids[]}], survivor_outcome: allowed|differentiate}) "
1735
+ "authored in the dashboard — the consolidation an agent applies "
1736
+ "(merge each cluster onto its canonical key, then allow or "
1737
+ "differentiate whatever still shares the text). READ-ONLY."
1733
1738
  ),
1734
1739
  inputSchema={
1735
1740
  "type": "object",