@questlang/mcp-server 0.5.0 → 0.5.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/SKILL.md +2 -1
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -28,6 +28,7 @@ Ask the user to confirm:
|
|
|
28
28
|
- `deepseek-chat` — budget option
|
|
29
29
|
- Formality level (optional): `formal`, `informal`, or `auto` (default)
|
|
30
30
|
- Narrator gender (optional, for languages with grammatical gender): `male`, `female`, or `neutral`
|
|
31
|
+
- Context size (optional): `contextBefore` and `contextAfter` (0-10, default 3) — how many surrounding rows to include as context per translation batch
|
|
31
32
|
|
|
32
33
|
### Step 3: Check balance and estimate cost
|
|
33
34
|
|
|
@@ -38,7 +39,7 @@ Ask the user to confirm:
|
|
|
38
39
|
### Step 4: Submit translation
|
|
39
40
|
|
|
40
41
|
After the user confirms:
|
|
41
|
-
1. Use `questlang_translate_file` with the selected file, languages, and any options (model, game context, formality, narratorGender)
|
|
42
|
+
1. Use `questlang_translate_file` with the selected file, languages, and any options (model, game context, formality, narratorGender, contextBefore, contextAfter)
|
|
42
43
|
2. Save the returned order ID
|
|
43
44
|
|
|
44
45
|
### Step 5: Poll for completion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@questlang/mcp-server",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "MCP server for AI-powered i18n file translation. Translates JSON, CSV, Android XML, iOS .strings, PO, and XLIFF into 20 languages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|