@i18n-agent/mcp-client 1.8.22 → 1.8.23

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.
Files changed (2) hide show
  1. package/install.js +3 -0
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -586,6 +586,9 @@ Step 2: Add API key to the config file
586
586
  Step 3: Restart your IDE
587
587
  Close and reopen your IDE to load the new configuration
588
588
  `);
589
+ } else if (idesWithApiKey.length > 0 && idesNeedingApiKey.length === 0) {
590
+ // All IDEs have API keys - no setup needed, just restart
591
+ console.log(`💡 All IDEs have API keys configured. Just restart your IDE(s) to use the updated MCP client.`);
589
592
  }
590
593
 
591
594
  // Show test instructions (for all IDEs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i18n-agent/mcp-client",
3
- "version": "1.8.22",
3
+ "version": "1.8.23",
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": {