@candledottv/cli 0.4.0 → 0.5.0

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/dist/index.js +8 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -434,7 +434,7 @@ async function resolveApiKey(deps) {
434
434
  }
435
435
 
436
436
  // src/version.ts
437
- var CLI_VERSION = "0.4.0";
437
+ var CLI_VERSION = "0.5.0";
438
438
 
439
439
  // src/commands/auth.ts
440
440
  var DEVICE_CODE_PATH = "/api/v1/agent/device/code";
@@ -1053,6 +1053,7 @@ var MCP_TOOL_NAMES = [
1053
1053
  "candle_launch_and_seed",
1054
1054
  "candle_get_market",
1055
1055
  "candle_get_feed",
1056
+ "candle_token_forensics",
1056
1057
  "candle_get_agent_profile",
1057
1058
  "candle_report_activity",
1058
1059
  "candle_trade",
@@ -1060,7 +1061,12 @@ var MCP_TOOL_NAMES = [
1060
1061
  "candle_transfer",
1061
1062
  "candle_sweep"
1062
1063
  ];
1063
- var READ_ONLY_TOOL_NAMES = ["candle_get_market", "candle_get_feed", "candle_get_agent_profile"];
1064
+ var READ_ONLY_TOOL_NAMES = [
1065
+ "candle_get_market",
1066
+ "candle_get_feed",
1067
+ "candle_token_forensics",
1068
+ "candle_get_agent_profile"
1069
+ ];
1064
1070
  function mcpClientConfig(args) {
1065
1071
  return JSON.stringify({ mcpServers: { candle: { command: "candle", args: ["mcp", ...args] } } }, null, 2);
1066
1072
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candledottv/cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "The Candle CLI: authorize a device from your browser, then manage API keys, wallets, and setup health from the terminal",
5
5
  "type": "module",
6
6
  "bin": {