pabal-web-mcp 1.4.1 → 1.4.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.
@@ -1318,6 +1318,10 @@ ${researchSections.join("\n")}
1318
1318
 
1319
1319
  `;
1320
1320
  prompt += `Check all limits: title \u226430, subtitle \u226430, shortDescription \u226480, keywords \u2264100, intro \u2264300, outro \u2264200
1321
+ `;
1322
+ prompt += `- Remove keyword duplicates (unique list; avoid repeating title/subtitle terms verbatim)
1323
+ `;
1324
+ prompt += `- Ensure App Store/Play Store rules from ${FIELD_LIMITS_DOC_PATH2} are satisfied (no disallowed characters/formatting)
1321
1325
 
1322
1326
  `;
1323
1327
  prompt += `## Current Data
@@ -1361,11 +1365,13 @@ ${researchSections.join("\n")}
1361
1365
  `;
1362
1366
  prompt += ` - shortDescription: X/80 \u2713/\u2717
1363
1367
  `;
1364
- prompt += ` - keywords: X/100 \u2713/\u2717
1368
+ prompt += ` - keywords: X/100 \u2713/\u2717 (deduped \u2713/\u2717)
1365
1369
  `;
1366
1370
  prompt += ` - intro: X/300 \u2713/\u2717
1367
1371
  `;
1368
1372
  prompt += ` - outro: X/200 \u2713/\u2717
1373
+ `;
1374
+ prompt += ` - Store rules (${FIELD_LIMITS_DOC_PATH2}): \u2713/\u2717
1369
1375
  `;
1370
1376
  prompt += ` - Density: X% (2.5-3%) \u2713/\u2717
1371
1377
 
@@ -1430,7 +1436,7 @@ function generateKeywordLocalizationPrompt(args) {
1430
1436
  `;
1431
1437
  prompt += `2. Replace keywords in translated content (preserve structure/tone/context)
1432
1438
  `;
1433
- prompt += `3. Validate character limits
1439
+ prompt += `3. Validate character limits + store rules (${FIELD_LIMITS_DOC_PATH2}) + keyword duplication
1434
1440
  `;
1435
1441
  prompt += `4. **SAVE the updated JSON to file** using the save-locale-file tool (only if file exists)
1436
1442
 
@@ -1535,7 +1541,9 @@ ${researchSections.join(
1535
1541
  `;
1536
1542
  prompt += ` - **Do NOT translate/rename the app name**; keep the original English app name across all locales.
1537
1543
  `;
1538
- prompt += `4. Swap keywords in sentences while keeping:
1544
+ prompt += `4. Deduplicate keywords: final \`aso.keywords\` must be unique and should not repeat title/subtitle terms verbatim
1545
+ `;
1546
+ prompt += `5. Swap keywords in sentences while keeping:
1539
1547
  `;
1540
1548
  prompt += ` - Original sentence structure
1541
1549
  `;
@@ -1546,7 +1554,7 @@ ${researchSections.join(
1546
1554
  prompt += ` - Character limits
1547
1555
 
1548
1556
  `;
1549
- prompt += `4. **CRITICAL**: Update ALL \`landing\` sections:
1557
+ prompt += `6. **CRITICAL**: Update ALL \`landing\` sections:
1550
1558
  `;
1551
1559
  prompt += ` - \`landing.hero.title\` and \`landing.hero.description\`: Include keywords naturally
1552
1560
  `;
@@ -1618,7 +1626,7 @@ ${researchSections.join(
1618
1626
  `;
1619
1627
  prompt += `3. **CRITICAL**: Ensure ALL landing fields are translated (not English)
1620
1628
  `;
1621
- prompt += `4. Validate limits
1629
+ prompt += `4. Validate limits + store rules (${FIELD_LIMITS_DOC_PATH2}) + keyword duplication (unique list; avoid repeating title/subtitle terms verbatim)
1622
1630
  `;
1623
1631
  prompt += `5. **SAVE the updated JSON to file** using save-locale-file tool
1624
1632
  `;
@@ -1682,7 +1690,19 @@ ${researchSections.join(
1682
1690
  `;
1683
1691
  prompt += `**3. Validation**
1684
1692
  `;
1685
- prompt += ` - All fields within limits \u2713/\u2717
1693
+ prompt += ` - title: X/30 \u2713/\u2717
1694
+ `;
1695
+ prompt += ` - subtitle: X/30 \u2713/\u2717
1696
+ `;
1697
+ prompt += ` - shortDescription: X/80 \u2713/\u2717
1698
+ `;
1699
+ prompt += ` - keywords: X/100 \u2713/\u2717 (deduped \u2713/\u2717; not repeating title/subtitle)
1700
+ `;
1701
+ prompt += ` - intro: X/300 \u2713/\u2717
1702
+ `;
1703
+ prompt += ` - outro: X/200 \u2713/\u2717
1704
+ `;
1705
+ prompt += ` - Store rules (${FIELD_LIMITS_DOC_PATH2}): \u2713/\u2717
1686
1706
 
1687
1707
  `;
1688
1708
  prompt += `**4. File Save Confirmation**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pabal-web-mcp",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "description": "MCP server for ASO data management with shared types and utilities",
6
6
  "author": "skyu",