@i18n-agent/mcp-client 1.14.0 ā 1.14.2
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.
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
3
|
"name": "i18n-agent",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.2",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "FatCouple OĆ",
|
|
7
7
|
"email": "support@i18nagent.ai"
|
|
8
8
|
},
|
|
9
9
|
"metadata": {
|
|
10
10
|
"description": "Professional AI-powered translation service for Claude Code with 48 languages support",
|
|
11
|
-
"version": "1.14.
|
|
11
|
+
"version": "1.14.2"
|
|
12
12
|
},
|
|
13
13
|
"plugins": [
|
|
14
14
|
{
|
|
15
15
|
"name": "i18n-agent",
|
|
16
|
-
"source":
|
|
16
|
+
"source": {
|
|
17
|
+
"source": "github",
|
|
18
|
+
"repo": "i18n-agent/mcp-client"
|
|
19
|
+
},
|
|
17
20
|
"description": "š Professional translation service with context-aware translations, file translation (JSON, YAML, CSV, Markdown), credit tracking, and 48 language support with regional variants",
|
|
18
|
-
"version": "1.14.
|
|
21
|
+
"version": "1.14.2",
|
|
19
22
|
"author": {
|
|
20
23
|
"name": "FatCouple OĆ",
|
|
21
24
|
"email": "support@i18nagent.ai"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18n-agent",
|
|
3
3
|
"description": "š i18n-agent MCP Client - 48 languages, AI-powered translation for Claude Code. Professional translation service with context-aware translations, file translation support, and 48 language variants.",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "FatCouple OĆ",
|
|
7
7
|
"email": "support@i18nagent.ai"
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"localization",
|
|
20
20
|
"multilingual"
|
|
21
21
|
],
|
|
22
|
-
"category": "productivity",
|
|
23
22
|
"mcpServers": {
|
|
24
23
|
"i18n-agent": {
|
|
25
24
|
"command": "node",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@i18n-agent/mcp-client",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
4
4
|
"description": "š i18n-agent MCP Client - 48 languages, AI-powered translation for Claude, Claude Code, Cursor, VS Code, Codex. Get API key at https://app.i18nagent.ai",
|
|
5
5
|
"main": "i18n-agent.js",
|
|
6
6
|
"bin": {
|