@nordsym/apiclaw 1.5.12 → 1.5.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.
@@ -234,9 +234,9 @@ async function mcpInstallCommand(options) {
234
234
  else if (successCount > 0) {
235
235
  console.log(chalk_1.default.green('\nāœ… APIClaw installed successfully!\n'));
236
236
  console.log(chalk_1.default.bold('What you get:\n'));
237
- console.log(chalk_1.default.cyan(' šŸ” Search') + ' 22,000+ APIs indexed');
238
- console.log(chalk_1.default.cyan(' 🌐 Open APIs') + ' 1,600 APIs - no keys needed');
239
- console.log(chalk_1.default.cyan(' šŸ”‘ Direct Call') + ' 1,500+ endpoints - no keys needed');
237
+ console.log(chalk_1.default.cyan(' šŸ” Search') + ' 22,000+ APIs to discover');
238
+ console.log(chalk_1.default.cyan(' 🌐 Open APIs') + ' 1,600 free APIs');
239
+ console.log(chalk_1.default.cyan(' šŸ”‘ Direct Call') + ' 1,500+ premium (APIClaw manages keys)');
240
240
  console.log('');
241
241
  console.log('Next:');
242
242
  console.log(' 1. Restart your MCP client');
@@ -247,9 +247,9 @@ async function mcpInstallCommand(options) {
247
247
  else {
248
248
  console.log(chalk_1.default.yellow('\nāœ… APIClaw already installed in all clients.\n'));
249
249
  console.log(chalk_1.default.bold('What you have:\n'));
250
- console.log(chalk_1.default.cyan(' šŸ” Search') + ' 22,000+ APIs indexed');
251
- console.log(chalk_1.default.cyan(' 🌐 Open APIs') + ' 1,600 APIs - no keys needed');
252
- console.log(chalk_1.default.cyan(' šŸ”‘ Direct Call') + ' 1,500+ endpoints - no keys needed');
250
+ console.log(chalk_1.default.cyan(' šŸ” Search') + ' 22,000+ APIs to discover');
251
+ console.log(chalk_1.default.cyan(' 🌐 Open APIs') + ' 1,600 free APIs');
252
+ console.log(chalk_1.default.cyan(' šŸ”‘ Direct Call') + ' 1,500+ premium (APIClaw manages keys)');
253
253
  console.log('');
254
254
  console.log('Run with --force to reinstall (coming soon).\n');
255
255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordsym/apiclaw",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "The API layer for AI agents. Dashboard + 22K APIs + 18 Direct Call providers. MCP native.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -276,9 +276,9 @@ export async function mcpInstallCommand(options: MCPInstallOptions): Promise<voi
276
276
  } else if (successCount > 0) {
277
277
  console.log(chalk.green('\nāœ… APIClaw installed successfully!\n'));
278
278
  console.log(chalk.bold('What you get:\n'));
279
- console.log(chalk.cyan(' šŸ” Search') + ' 22,000+ APIs indexed');
280
- console.log(chalk.cyan(' 🌐 Open APIs') + ' 1,600 APIs - no keys needed');
281
- console.log(chalk.cyan(' šŸ”‘ Direct Call') + ' 1,500+ endpoints - no keys needed');
279
+ console.log(chalk.cyan(' šŸ” Search') + ' 22,000+ APIs to discover');
280
+ console.log(chalk.cyan(' 🌐 Open APIs') + ' 1,600 free APIs');
281
+ console.log(chalk.cyan(' šŸ”‘ Direct Call') + ' 1,500+ premium (APIClaw manages keys)');
282
282
  console.log('');
283
283
  console.log('Next:');
284
284
  console.log(' 1. Restart your MCP client');
@@ -288,9 +288,9 @@ export async function mcpInstallCommand(options: MCPInstallOptions): Promise<voi
288
288
  } else {
289
289
  console.log(chalk.yellow('\nāœ… APIClaw already installed in all clients.\n'));
290
290
  console.log(chalk.bold('What you have:\n'));
291
- console.log(chalk.cyan(' šŸ” Search') + ' 22,000+ APIs indexed');
292
- console.log(chalk.cyan(' 🌐 Open APIs') + ' 1,600 APIs - no keys needed');
293
- console.log(chalk.cyan(' šŸ”‘ Direct Call') + ' 1,500+ endpoints - no keys needed');
291
+ console.log(chalk.cyan(' šŸ” Search') + ' 22,000+ APIs to discover');
292
+ console.log(chalk.cyan(' 🌐 Open APIs') + ' 1,600 free APIs');
293
+ console.log(chalk.cyan(' šŸ”‘ Direct Call') + ' 1,500+ premium (APIClaw manages keys)');
294
294
  console.log('');
295
295
  console.log('Run with --force to reinstall (coming soon).\n');
296
296
  }