@i18n-agent/mcp-client 1.8.12 ā 1.8.13
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,14 +21,14 @@ Professional translation service client for Claude, Cursor, VS Code, and other A
|
|
|
21
21
|
Install via npx (recommended):
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
npx @i18n-agent/mcp-client
|
|
24
|
+
npx -p @i18n-agent/mcp-client mcp-client
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
Or install globally:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
npm install -g @i18n-agent/mcp-client
|
|
31
|
-
|
|
31
|
+
mcp-client
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
## š Setup API Key
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@i18n-agent/mcp-client",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.13",
|
|
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": "mcp-client.js",
|
|
6
6
|
"bin": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"install": "node install.js",
|
|
12
12
|
"test": "node test.js",
|
|
13
|
-
"postinstall": "echo '\nš i18n-agent MCP Client installed successfully!\nš” Run: npx @i18n-agent/mcp-client
|
|
13
|
+
"postinstall": "echo '\nš i18n-agent MCP Client installed successfully!\nš” Run: npx -p @i18n-agent/mcp-client mcp-client\n'"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|