@sonenta/mcp 0.25.0 → 0.26.0
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.
|
|
3
|
+
"version": "0.26.0",
|
|
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",
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
"node": ">=18.0.0"
|
|
26
26
|
},
|
|
27
27
|
"bin": {
|
|
28
|
-
"sonenta-mcp": "bin/sonenta-mcp.js"
|
|
29
|
-
"verbumia-mcp": "bin/verbumia-mcp.js"
|
|
28
|
+
"sonenta-mcp": "bin/sonenta-mcp.js"
|
|
30
29
|
},
|
|
31
30
|
"files": [
|
|
32
31
|
"bin/",
|
package/python/dist/{sonenta_mcp-0.25.0-py3-none-any.whl → sonenta_mcp-0.26.0-py3-none-any.whl}
RENAMED
|
Binary file
|
package/python/pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sonenta-mcp"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.26.0"
|
|
4
4
|
description = "Model Context Protocol server for Sonenta — 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"
|
package/bin/verbumia-mcp.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
// Deprecated alias for `sonenta-mcp` (@sonenta/mcp) — kept functional.
|
|
3
|
-
console.error(
|
|
4
|
-
"[deprecated] `verbumia-mcp` is now `sonenta-mcp` (@sonenta/mcp). This alias still works but will be removed in a future major.",
|
|
5
|
-
);
|
|
6
|
-
require("./sonenta-mcp.js");
|