@xona-labs/xpay 0.2.24 → 0.2.26

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 (118) hide show
  1. package/CHANGELOG.md +101 -78
  2. package/README.md +71 -69
  3. package/SKILL.md +22 -22
  4. package/dist/agenc/api.d.ts +8 -8
  5. package/dist/agenc/api.js +11 -11
  6. package/dist/agenc/hire.d.ts +4 -4
  7. package/dist/agenc/hire.js +17 -17
  8. package/dist/agenc/price.d.ts +1 -1
  9. package/dist/agenc/price.js +1 -1
  10. package/dist/biometric/index.d.ts +3 -3
  11. package/dist/biometric/index.js +6 -6
  12. package/dist/cli/accounts.d.ts +1 -1
  13. package/dist/cli/accounts.js +1 -1
  14. package/dist/cli/agenc.d.ts +2 -2
  15. package/dist/cli/agenc.js +4 -4
  16. package/dist/cli/balance.d.ts +1 -1
  17. package/dist/cli/balance.js +4 -4
  18. package/dist/cli/bento.d.ts +3 -3
  19. package/dist/cli/bento.js +8 -8
  20. package/dist/cli/bento.js.map +1 -1
  21. package/dist/cli/biometric.d.ts +1 -1
  22. package/dist/cli/biometric.js +8 -8
  23. package/dist/cli/common.js +6 -6
  24. package/dist/cli/common.js.map +1 -1
  25. package/dist/cli/discover.d.ts +2 -2
  26. package/dist/cli/discover.js +4 -4
  27. package/dist/cli/guardrail.d.ts +1 -1
  28. package/dist/cli/guardrail.js +3 -3
  29. package/dist/cli/index.d.ts +2 -2
  30. package/dist/cli/index.js +12 -12
  31. package/dist/cli/init.d.ts +1 -1
  32. package/dist/cli/init.js +2 -2
  33. package/dist/cli/magicblock.d.ts +1 -1
  34. package/dist/cli/magicblock.js +4 -4
  35. package/dist/cli/mcp-server.d.ts +2 -2
  36. package/dist/cli/mcp-server.d.ts.map +1 -1
  37. package/dist/cli/mcp-server.js +25 -22
  38. package/dist/cli/mcp-server.js.map +1 -1
  39. package/dist/cli/pay.d.ts +1 -1
  40. package/dist/cli/pay.js +1 -1
  41. package/dist/cli/report.d.ts +2 -2
  42. package/dist/cli/report.js +4 -4
  43. package/dist/cli/report.js.map +1 -1
  44. package/dist/cli/sana.d.ts +1 -1
  45. package/dist/cli/sana.js +3 -3
  46. package/dist/cli/shop.d.ts +1 -1
  47. package/dist/cli/shop.js +1 -1
  48. package/dist/cli/swap.d.ts +1 -1
  49. package/dist/cli/swap.js +3 -3
  50. package/dist/cli/token.d.ts +2 -2
  51. package/dist/cli/token.js +2 -2
  52. package/dist/cli/trade.d.ts +2 -2
  53. package/dist/cli/trade.js +8 -8
  54. package/dist/cli/trade.js.map +1 -1
  55. package/dist/cli/transfer.d.ts +1 -1
  56. package/dist/cli/transfer.js +1 -1
  57. package/dist/cli/x.d.ts +1 -1
  58. package/dist/cli/x.js +1 -1
  59. package/dist/cli/zauth.d.ts +1 -1
  60. package/dist/cli/zauth.js +5 -5
  61. package/dist/discover/cache.js +1 -1
  62. package/dist/discover/index.d.ts +2 -2
  63. package/dist/discover/index.js +6 -6
  64. package/dist/discover/orbitx402.d.ts +2 -2
  65. package/dist/discover/orbitx402.js +1 -1
  66. package/dist/discover/payai.js +1 -1
  67. package/dist/do/index.d.ts +2 -2
  68. package/dist/do/index.js +1 -1
  69. package/dist/guardrail/index.d.ts +4 -4
  70. package/dist/guardrail/index.js +14 -14
  71. package/dist/guardrail/index.js.map +1 -1
  72. package/dist/index.d.ts +7 -7
  73. package/dist/index.js +2 -2
  74. package/dist/magicblock/client.d.ts +2 -2
  75. package/dist/magicblock/client.js +4 -4
  76. package/dist/profile/index.d.ts +3 -3
  77. package/dist/profile/index.js +3 -3
  78. package/dist/profile/storage.d.ts +1 -1
  79. package/dist/profile/storage.js +4 -4
  80. package/dist/profile/types.d.ts +6 -6
  81. package/dist/profile/types.js +1 -1
  82. package/dist/report/index.d.ts +1 -1
  83. package/dist/report/index.js +2 -2
  84. package/dist/sana/tools.js +8 -8
  85. package/dist/signers/raw-evm.d.ts +1 -1
  86. package/dist/signers/raw-evm.js +5 -5
  87. package/dist/signers/raw-solana.d.ts +1 -1
  88. package/dist/signers/raw-solana.js +4 -4
  89. package/dist/swap/index.d.ts +6 -6
  90. package/dist/swap/index.js +12 -12
  91. package/dist/token/index.d.ts +8 -8
  92. package/dist/token/index.js +14 -14
  93. package/dist/token/rwa.d.ts +3 -3
  94. package/dist/token/rwa.js +3 -3
  95. package/dist/tools/index.d.ts +15 -1
  96. package/dist/tools/index.d.ts.map +1 -1
  97. package/dist/tools/index.js +71 -31
  98. package/dist/tools/index.js.map +1 -1
  99. package/dist/trading/discovery.d.ts +6 -6
  100. package/dist/trading/discovery.js +7 -7
  101. package/dist/trading/index.d.ts +6 -6
  102. package/dist/trading/index.js +13 -13
  103. package/dist/transfer/index.d.ts +4 -4
  104. package/dist/transfer/index.js +8 -8
  105. package/dist/types.d.ts +7 -7
  106. package/dist/use/index.d.ts +5 -5
  107. package/dist/use/index.js +20 -20
  108. package/dist/wallet/index.d.ts +2 -2
  109. package/dist/wallet/index.js +3 -3
  110. package/dist/x402/evm-payment.d.ts +4 -4
  111. package/dist/x402/evm-payment.js +6 -6
  112. package/dist/x402/extract.d.ts +1 -1
  113. package/dist/x402/extract.js +1 -1
  114. package/dist/x402/svm-payment.d.ts +2 -2
  115. package/dist/x402/svm-payment.js +2 -2
  116. package/dist/zauth/index.d.ts +4 -4
  117. package/dist/zauth/index.js +5 -5
  118. package/package.json +4 -3
@@ -36,9 +36,9 @@ export async function unlockActive(opts = {}) {
36
36
  }
37
37
  catch (err) {
38
38
  // The keychain copy can go stale if the wallet was re-encrypted with a
39
- // new passphrase give the user one interactive retry instead of dying.
39
+ // new passphrase - give the user one interactive retry instead of dying.
40
40
  if (viaBiometric && process.stdin.isTTY) {
41
- console.error(chalk.yellow(`⚠ The passphrase stored for Touch ID no longer unlocks "${name}" run \`xpay biometric enable\` to refresh it.`));
41
+ console.error(chalk.yellow(`⚠ The passphrase stored for Touch ID no longer unlocks "${name}" - run \`xpay biometric enable\` to refresh it.`));
42
42
  try {
43
43
  return await loadProfile({ name, passphrase: await promptPassphrase(name) });
44
44
  }
@@ -65,7 +65,7 @@ async function tryBiometricUnlock(name) {
65
65
  try {
66
66
  const passphrase = await readBiometricPassphrase(name, `unlock the xPay profile "${name}"`);
67
67
  if (!passphrase && process.stdin.isTTY) {
68
- console.log(chalk.dim(" (biometric unlock cancelled enter the passphrase instead)"));
68
+ console.log(chalk.dim(" (biometric unlock cancelled - enter the passphrase instead)"));
69
69
  }
70
70
  return passphrase ?? undefined;
71
71
  }
@@ -93,7 +93,7 @@ export function guardrailWithApproval(profile, opts = {}) {
93
93
  catch (err) {
94
94
  if (!(err instanceof BiometricUnavailableError))
95
95
  throw err;
96
- // Biometry unavailable right now (e.g. lid closed) fall through.
96
+ // Biometry unavailable right now (e.g. lid closed) - fall through.
97
97
  }
98
98
  }
99
99
  if (interactive && process.stdin.isTTY) {
@@ -107,7 +107,7 @@ export function guardrailWithApproval(profile, opts = {}) {
107
107
  ]);
108
108
  return ok;
109
109
  }
110
- console.error(chalk.yellow(`⚠ $${usd.toFixed(2)} call needs approval but no biometric or interactive terminal is available denying.`));
110
+ console.error(chalk.yellow(`⚠ $${usd.toFixed(2)} call needs approval but no biometric or interactive terminal is available - denying.`));
111
111
  return false;
112
112
  },
113
113
  };
@@ -125,7 +125,7 @@ export function formatUsd(amount) {
125
125
  /** "2m ago" / "3h ago" / "5d ago". */
126
126
  export function timeAgo(ts) {
127
127
  if (!ts)
128
- return chalk.dim("");
128
+ return chalk.dim(" - ");
129
129
  const s = (Date.now() - ts) / 1000;
130
130
  if (s < 60)
131
131
  return `${Math.floor(s)}s ago`;
@@ -1 +1 @@
1
- {"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/cli/common.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/cli/common.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /**
2
- * `xpay discover <query>` search the agentic-commerce catalog.
2
+ * `xpay discover <query>` - search the agentic-commerce catalog.
3
3
  *
4
- * Read-only does not load a profile or touch keys.
4
+ * Read-only - does not load a profile or touch keys.
5
5
  */
6
6
  export interface DiscoverCmdOptions {
7
7
  limit?: string;
@@ -1,7 +1,7 @@
1
1
  /**
2
- * `xpay discover <query>` search the agentic-commerce catalog.
2
+ * `xpay discover <query>` - search the agentic-commerce catalog.
3
3
  *
4
- * Read-only does not load a profile or touch keys.
4
+ * Read-only - does not load a profile or touch keys.
5
5
  */
6
6
  import chalk from "chalk";
7
7
  import { discover, lastDiscoverWarnings } from "../discover/index.js";
@@ -40,14 +40,14 @@ export async function runDiscover(query, opts) {
40
40
  function printResource(r, index) {
41
41
  const opt = r.accepts[0];
42
42
  if (opt?.scheme === AGENC_SCHEME) {
43
- // AgenC listing priced in native SOL (9 decimals), executed as an
43
+ // AgenC listing - priced in native SOL (9 decimals), executed as an
44
44
  // on-chain escrow hire rather than an HTTP call.
45
45
  const sol = opt.amount ? `◎${(Number(opt.amount) / 1e9).toFixed(4)} SOL` : chalk.dim("?");
46
46
  const name = typeof r.metadata?.name === "string" && r.metadata.name ? r.metadata.name : safeHost(r.resource);
47
47
  const rep = r.metadata?.reputation;
48
48
  console.log(` ${chalk.bold(String(index).padStart(2) + ".")} ${sol} ${chalk.cyan("solana".padEnd(9))} ${chalk.magenta("agenc escrow")} ${chalk.white(name)}`);
49
49
  console.log(` ${chalk.dim(r.resource)}`);
50
- console.log(` ${chalk.dim(`↳ hires ${rep?.totalHires ?? "0"}, ratings ${rep?.ratingCount ?? 0} xpay agenc hire ${r.metadata?.listingPda}`)}`);
50
+ console.log(` ${chalk.dim(`↳ hires ${rep?.totalHires ?? "0"}, ratings ${rep?.ratingCount ?? 0} - xpay agenc hire ${r.metadata?.listingPda}`)}`);
51
51
  console.log("");
52
52
  return;
53
53
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay guardrail show|set|clear` view and edit the active profile's
2
+ * `xpay guardrail show|set|clear` - view and edit the active profile's
3
3
  * spending guardrail. Persisted to config.json; loaded by every command that
4
4
  * builds a runtime client.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay guardrail show|set|clear` view and edit the active profile's
2
+ * `xpay guardrail show|set|clear` - view and edit the active profile's
3
3
  * spending guardrail. Persisted to config.json; loaded by every command that
4
4
  * builds a runtime client.
5
5
  */
@@ -13,7 +13,7 @@ export function runGuardrailShow(profileName) {
13
13
  console.log("");
14
14
  console.log(chalk.bold(`Guardrail for "${name}"`));
15
15
  if (!g || Object.keys(g).length === 0) {
16
- console.log(chalk.yellow(" (no guardrail configured calls are uncapped)"));
16
+ console.log(chalk.yellow(" (no guardrail configured - calls are uncapped)"));
17
17
  console.log(chalk.dim(" Set one with: xpay guardrail set --max-per-tx 1 --max-per-day 10"));
18
18
  return;
19
19
  }
@@ -58,7 +58,7 @@ export function runGuardrailSet(opts) {
58
58
  export function runGuardrailClear(profileName) {
59
59
  const name = profileName ?? getActiveProfile();
60
60
  clearProfileGuardrail(name);
61
- console.log(chalk.yellow(`⚠ Guardrail cleared for "${name}" calls are now uncapped.`));
61
+ console.log(chalk.yellow(`⚠ Guardrail cleared for "${name}" - calls are now uncapped.`));
62
62
  }
63
63
  function parseDollarsOrExit(raw, flag) {
64
64
  const n = Number(raw);
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * xpay CLI agentic-commerce wallet.
3
+ * xpay CLI - agentic-commerce wallet.
4
4
  *
5
5
  * Top-level commands:
6
6
  * xpay init [--import] [--no-encrypt] [--workspace]
@@ -11,7 +11,7 @@
11
11
  * More to come: discover, pay, transfer, history, bridge, guardrail, link.
12
12
  *
13
13
  * Designed to also run as the MCP server entry point (the `bin` field points
14
- * here) invoking `xpay-mcp` directly defaults to the `mcp` subcommand.
14
+ * here) - invoking `xpay-mcp` directly defaults to the `mcp` subcommand.
15
15
  */
16
16
  import "dotenv/config";
17
17
  //# sourceMappingURL=index.d.ts.map
package/dist/cli/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * xpay CLI agentic-commerce wallet.
3
+ * xpay CLI - agentic-commerce wallet.
4
4
  *
5
5
  * Top-level commands:
6
6
  * xpay init [--import] [--no-encrypt] [--workspace]
@@ -11,7 +11,7 @@
11
11
  * More to come: discover, pay, transfer, history, bridge, guardrail, link.
12
12
  *
13
13
  * Designed to also run as the MCP server entry point (the `bin` field points
14
- * here) invoking `xpay-mcp` directly defaults to the `mcp` subcommand.
14
+ * here) - invoking `xpay-mcp` directly defaults to the `mcp` subcommand.
15
15
  */
16
16
  import "dotenv/config";
17
17
  import { basename } from "node:path";
@@ -43,7 +43,7 @@ import { startMcpServer } from "./mcp-server.js";
43
43
  const program = new Command();
44
44
  program
45
45
  .name("xpay")
46
- .description("xPay discovery, payments, and wallet for agentic commerce.")
46
+ .description("xPay - discovery, payments, and wallet for agentic commerce.")
47
47
  .version(pkgVersion);
48
48
  // ---------------------------------------------------------------- init
49
49
  program
@@ -91,7 +91,7 @@ program
91
91
  .description("Pay an x402 endpoint (catalog URL or any URL that returns 402).")
92
92
  .option("--profile <name>", "Profile to pay from (defaults to active)")
93
93
  .option("--passphrase <value>", "Non-interactive passphrase")
94
- .option("--method <m>", "HTTP method (default GET use POST for most x402 services)")
94
+ .option("--method <m>", "HTTP method (default GET - use POST for most x402 services)")
95
95
  .option("--max-usd <n>", "Override per-tx guardrail cap for this call")
96
96
  .option("--body <json>", "Request body for POST endpoints (JSON)")
97
97
  .option("-y, --yes", "Skip the confirmation prompt")
@@ -135,7 +135,7 @@ token
135
135
  // ---------------------------------------------------------------- x (Twitter)
136
136
  const xcmd = program
137
137
  .command("x")
138
- .description("Realtime X (Twitter) account data paid via x402 at cost (no X account needed).");
138
+ .description("Realtime X (Twitter) account data - paid via x402 at cost (no X account needed).");
139
139
  xcmd
140
140
  .command("user <handle>")
141
141
  .description("Profile lookup: followers, bio, verification (~$0.01 USDC).")
@@ -160,7 +160,7 @@ xcmd
160
160
  // ---------------------------------------------------------------- zauth
161
161
  const zauth = program
162
162
  .command("zauth")
163
- .description("zauth partner repository security scans, paid via x402.");
163
+ .description("zauth partner - repository security scans, paid via x402.");
164
164
  zauth
165
165
  .command("reposcan <repoUrl>")
166
166
  .description("Scan a repository via zauth (~$0.05 USDC, paid via x402).")
@@ -306,7 +306,7 @@ const sana = program
306
306
  .description("Manage the Sana agent wallet card integration (optional).");
307
307
  sana
308
308
  .command("link <apiKey>")
309
- .description("Link a Sana API key enables sana_* tools in the MCP server.")
309
+ .description("Link a Sana API key - enables sana_* tools in the MCP server.")
310
310
  .option("--profile <name>", "Profile to link to (defaults to active)")
311
311
  .action((apiKey, opts) => runSanaLink(apiKey, opts));
312
312
  sana
@@ -321,7 +321,7 @@ sana
321
321
  .action((opts) => runSanaStatus(opts));
322
322
  sana
323
323
  .command("card")
324
- .description("Card metadata status, type, last 4, expiry.")
324
+ .description("Card metadata - status, type, last 4, expiry.")
325
325
  .option("--profile <name>")
326
326
  .action((opts) => runSanaCard(opts));
327
327
  sana
@@ -363,7 +363,7 @@ sana
363
363
  // ---------------------------------------------------------------- bento
364
364
  const bento = program
365
365
  .command("bento")
366
- .description("Bento Guard intent firewall screen payments for malicious intent (optional).");
366
+ .description("Bento Guard intent firewall - screen payments for malicious intent (optional).");
367
367
  bento
368
368
  .command("status", { isDefault: true })
369
369
  .description("Show whether the Bento intent firewall is enabled.")
@@ -376,13 +376,13 @@ bento
376
376
  .action((opts) => runBentoEnable(opts));
377
377
  bento
378
378
  .command("disable")
379
- .description("Disable Bento intent screening payments rely on local caps only.")
379
+ .description("Disable Bento intent screening - payments rely on local caps only.")
380
380
  .option("--profile <name>", "Profile to disable (defaults to active)")
381
381
  .action((opts) => runBentoDisable(opts));
382
382
  // ---------------------------------------------------------------- magicblock
383
383
  const magicblock = program
384
384
  .command("magicblock")
385
- .description("MagicBlock Private Ephemeral Rollup platform-level privacy setup (operator commands).");
385
+ .description("MagicBlock Private Ephemeral Rollup - platform-level privacy setup (operator commands).");
386
386
  magicblock
387
387
  .command("status", { isDefault: true })
388
388
  .description("Show MagicBlock PER integration status and mint initialization state.")
@@ -407,7 +407,7 @@ magicblock
407
407
  // ---------------------------------------------------------------- agenc
408
408
  const agenc = program
409
409
  .command("agenc")
410
- .description("AgenC marketplace (agenc.ag) hire on-chain agent services with SOL escrow.");
410
+ .description("AgenC marketplace (agenc.ag) - hire on-chain agent services with SOL escrow.");
411
411
  agenc
412
412
  .command("hire <listingPda>")
413
413
  .description("Hire a listing: escrow its SOL price on-chain; the provider works asynchronously.")
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay init` create a new profile (or import one).
2
+ * `xpay init` - create a new profile (or import one).
3
3
  *
4
4
  * Flow:
5
5
  * 1. Confirm profile name (default: "default") + workspace flag.
package/dist/cli/init.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay init` create a new profile (or import one).
2
+ * `xpay init` - create a new profile (or import one).
3
3
  *
4
4
  * Flow:
5
5
  * 1. Confirm profile name (default: "default") + workspace flag.
@@ -77,7 +77,7 @@ export async function runInit(opts) {
77
77
  console.log(` EVM ${chalk.cyan(result.addresses.evm)}`);
78
78
  console.log("");
79
79
  if (!opts.import) {
80
- console.log(chalk.yellow.bold("⚠ RECOVERY PHRASE write this down NOW. We cannot recover it for you."));
80
+ console.log(chalk.yellow.bold("⚠ RECOVERY PHRASE - write this down NOW. We cannot recover it for you."));
81
81
  console.log("");
82
82
  printMnemonicGrid(result.mnemonic);
83
83
  console.log("");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay magicblock` platform-level MagicBlock PER integration commands.
2
+ * `xpay magicblock` - platform-level MagicBlock PER integration commands.
3
3
  *
4
4
  * xpay acts as the privacy platform: end users never need a MagicBlock account.
5
5
  * These commands are for the xpay operator (platform team) to run once.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay magicblock` platform-level MagicBlock PER integration commands.
2
+ * `xpay magicblock` - platform-level MagicBlock PER integration commands.
3
3
  *
4
4
  * xpay acts as the privacy platform: end users never need a MagicBlock account.
5
5
  * These commands are for the xpay operator (platform team) to run once.
@@ -35,14 +35,14 @@ export async function runMagicBlockStatus(opts) {
35
35
  const initialized = await magicBlockIsMintInitialized(USDC_SOLANA, mb).catch(() => false);
36
36
  process.stdout.write("\r");
37
37
  if (initialized) {
38
- console.log(` ${chalk.green("●")} USDC mint is initialized private transfers are ready.`);
38
+ console.log(` ${chalk.green("●")} USDC mint is initialized - private transfers are ready.`);
39
39
  }
40
40
  else {
41
41
  console.log(` ${chalk.yellow("●")} USDC mint is not yet initialized.`);
42
42
  console.log(chalk.dim(" Run: xpay magicblock init-mint"));
43
43
  }
44
44
  console.log("");
45
- console.log(chalk.dim(" End users pass private:true to xpay_transfer no MagicBlock account needed."));
45
+ console.log(chalk.dim(" End users pass private:true to xpay_transfer - no MagicBlock account needed."));
46
46
  console.log("");
47
47
  }
48
48
  // ─── Init mint (one-time platform setup) ─────────────────────────────────────
@@ -90,7 +90,7 @@ export function runMagicBlockConfigure(opts) {
90
90
  const name = opts.profile ?? getActiveProfile();
91
91
  if (opts.clear) {
92
92
  clearMagicBlockConfig(name);
93
- console.log(chalk.yellow(`⚠ MagicBlock config cleared from profile "${name}" using defaults.`));
93
+ console.log(chalk.yellow(`⚠ MagicBlock config cleared from profile "${name}" - using defaults.`));
94
94
  return;
95
95
  }
96
96
  if (!opts.apiUrl && !opts.ephemeralRpc) {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * xPay MCP server.
3
3
  *
4
- * Exposes every CLI capability as an MCP tool over stdio. Zero-config drop
4
+ * Exposes every CLI capability as an MCP tool over stdio. Zero-config - drop
5
5
  * this into any Claude Desktop / Cursor / Codex / agent-framework config and
6
6
  * on first boot the agent is given its own persistent wallet:
7
7
  *
@@ -14,7 +14,7 @@
14
14
  * }
15
15
  * }
16
16
  *
17
- * The generated wallet's address is printed to stderr on first run fund the
17
+ * The generated wallet's address is printed to stderr on first run - fund the
18
18
  * Solana address with USDC to let the agent pay. It persists under ~/.xpay and
19
19
  * is reused on every later boot.
20
20
  *
@@ -1 +1 @@
1
- {"version":3,"file":"mcp-server.d.ts","sourceRoot":"","sources":["../../src/cli/mcp-server.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAmBH,wBAAsB,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC,CA4JpD"}
1
+ {"version":3,"file":"mcp-server.d.ts","sourceRoot":"","sources":["../../src/cli/mcp-server.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAmBH,wBAAsB,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC,CA+JpD"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * xPay MCP server.
3
3
  *
4
- * Exposes every CLI capability as an MCP tool over stdio. Zero-config drop
4
+ * Exposes every CLI capability as an MCP tool over stdio. Zero-config - drop
5
5
  * this into any Claude Desktop / Cursor / Codex / agent-framework config and
6
6
  * on first boot the agent is given its own persistent wallet:
7
7
  *
@@ -14,7 +14,7 @@
14
14
  * }
15
15
  * }
16
16
  *
17
- * The generated wallet's address is printed to stderr on first run fund the
17
+ * The generated wallet's address is printed to stderr on first run - fund the
18
18
  * Solana address with USDC to let the agent pay. It persists under ~/.xpay and
19
19
  * is reused on every later boot.
20
20
  *
@@ -35,14 +35,14 @@ import { profileExists } from "../profile/storage.js";
35
35
  import { readProfileConfig, setProfileBento } from "../profile/index.js";
36
36
  import { rawSolanaSigner } from "../signers/raw-solana.js";
37
37
  import { rawEvmSigner } from "../signers/raw-evm.js";
38
- import { forClaude } from "../tools/index.js";
38
+ import { forClaude, TOOL_ANNOTATIONS } from "../tools/index.js";
39
39
  import { getActiveProfile } from "./accounts.js";
40
40
  import { guardrailWithApproval } from "./common.js";
41
41
  export async function startMcpServer() {
42
42
  // Boot must not throw: a crash here kills the stdio transport and the host
43
43
  // only shows "Connection closed" with no way to recover. When the wallet
44
44
  // can't be unlocked (encrypted profile, no/wrong passphrase) we start in a
45
- // locked state instead tools are listed, and every call returns the
45
+ // locked state instead - tools are listed, and every call returns the
46
46
  // unlock instructions for the agent to relay to the user.
47
47
  let xpay;
48
48
  let profileName = null;
@@ -52,7 +52,7 @@ export async function startMcpServer() {
52
52
  }
53
53
  catch (err) {
54
54
  lockedReason = lockedBootMessage(err);
55
- process.stderr.write(`[xpay-mcp] wallet locked starting in locked mode.\n[xpay-mcp] ${lockedReason}\n`);
55
+ process.stderr.write(`[xpay-mcp] wallet locked - starting in locked mode.\n[xpay-mcp] ${lockedReason}\n`);
56
56
  // Placeholder client: tool construction never touches it (all access is
57
57
  // inside handler closures) and calls short-circuit on lockedReason below.
58
58
  xpay = new Proxy({}, {
@@ -63,12 +63,12 @@ export async function startMcpServer() {
63
63
  }
64
64
  const sanaApiKey = await resolveSanaApiKey();
65
65
  const { tools, handlers } = forClaude(xpay, { sanaApiKey });
66
- // Note: xpay_transfer executes directly (via the forClaude handler) the same
66
+ // Note: xpay_transfer executes directly (via the forClaude handler) - the same
67
67
  // path as the CLI. We deliberately do NOT stage transfers behind a second
68
68
  // "confirm" tool call: that relied on the agent faithfully making a follow-up
69
69
  // call, which weaker models skip while hallucinating a success + fake tx hash.
70
70
  // The real spending gate is the guardrail (caps + requireApprovalAbove), which
71
- // surfaces as a Touch ID prompt on MCP when biometric unlock is enabled a
71
+ // surfaces as a Touch ID prompt on MCP when biometric unlock is enabled - a
72
72
  // gate the model can't fake or skip.
73
73
  const mcpTools = [
74
74
  ...tools,
@@ -82,7 +82,7 @@ export async function startMcpServer() {
82
82
  name: "xpay_bento_enable",
83
83
  description: "Turn ON the Bento intent firewall for this agent's wallet. Returns the agent wallet " +
84
84
  "address, which must be registered once at app.bentoguard.xyz (logging in with the " +
85
- "owner wallet) before protection takes effect until then payments are rejected.",
85
+ "owner wallet) before protection takes effect - until then payments are rejected.",
86
86
  inputSchema: { type: "object", properties: {} },
87
87
  },
88
88
  {
@@ -130,7 +130,7 @@ export async function startMcpServer() {
130
130
  enabled: true,
131
131
  agentWallet: agentSolanaAddress(),
132
132
  action_required: `Register this agent wallet at ${BENTO_DASHBOARD} (log in with your owner wallet). ` +
133
- `Until it's registered, payments are rejected with "Agent not found" call ` +
133
+ `Until it's registered, payments are rejected with "Agent not found" - call ` +
134
134
  `xpay_bento_disable to fall back to local caps if you don't want to register.`,
135
135
  };
136
136
  };
@@ -151,6 +151,9 @@ export async function startMcpServer() {
151
151
  name: t.name,
152
152
  description: t.description,
153
153
  inputSchema: "input_schema" in t ? t.input_schema : t.inputSchema,
154
+ // ChatGPT Apps review requires explicit readOnly/openWorld/destructive
155
+ // hints on every tool; sana_* tools (key-gated) fall back to undefined.
156
+ annotations: TOOL_ANNOTATIONS[t.name],
154
157
  })),
155
158
  }));
156
159
  server.setRequestHandler(CallToolRequestSchema, async (req) => {
@@ -197,7 +200,7 @@ async function buildXPay() {
197
200
  // Expose the agent's own key so a runtime `xpay_bento_enable` can activate
198
201
  // protect() without a restart. In-process only; it's the wallet's own key.
199
202
  process.env.AGENT_WALLET_PRIVATE_KEY ??= deriveKeysFromMnemonic(profile.mnemonic).solana.secretKeyBase58;
200
- // No TTY here approvals above the guardrail threshold surface as a
203
+ // No TTY here - approvals above the guardrail threshold surface as a
201
204
  // system Touch ID dialog when the profile has biometric unlock enabled.
202
205
  const xpay = createXPay({ profile, guardrail: guardrailWithApproval(profile, { interactive: false }) });
203
206
  return { xpay, profileName };
@@ -213,7 +216,7 @@ async function buildXPay() {
213
216
  signers[evmNet] = rawEvmSigner({ privateKey: process.env.XPAY_EVM_KEY, network: evmNet });
214
217
  }
215
218
  if (Object.keys(signers).length === 0) {
216
- // Nothing configured give the agent its own wallet (zero-config
219
+ // Nothing configured - give the agent its own wallet (zero-config
217
220
  // onboarding). Opt out with XPAY_NO_AUTO_WALLET for the strict behaviour.
218
221
  if (!process.env.XPAY_NO_AUTO_WALLET) {
219
222
  return autoProvisionXPay(profileName);
@@ -223,7 +226,7 @@ async function buildXPay() {
223
226
  `XPAY_NO_AUTO_WALLET to auto-generate a wallet.`);
224
227
  }
225
228
  // Raw-key mode: no profile on disk, so bento's profile-gated flag can't be
226
- // toggled profileName is null and the bento tools report that.
229
+ // toggled - profileName is null and the bento tools report that.
227
230
  const xpay = createXPay({
228
231
  networks,
229
232
  signers,
@@ -239,23 +242,23 @@ async function buildXPay() {
239
242
  * Zero-config onboarding: no profile and no key configured, so generate a
240
243
  * fresh wallet for the agent, persist it under ~/.xpay (or XPAY_HOME), and
241
244
  * surface the address. Encrypted when XPAY_PASSPHRASE is set, otherwise
242
- * plaintext (file-permission protected) fine for a low-balance agent wallet.
245
+ * plaintext (file-permission protected) - fine for a low-balance agent wallet.
243
246
  *
244
247
  * Runs once: the next boot finds the profile and loads it via the normal path,
245
248
  * so the agent keeps the same address across restarts. All notices go to
246
- * stderr stdout is the MCP JSON-RPC channel and must stay clean.
249
+ * stderr - stdout is the MCP JSON-RPC channel and must stay clean.
247
250
  */
248
251
  async function autoProvisionXPay(profileName) {
249
252
  const passphrase = process.env.XPAY_PASSPHRASE || undefined;
250
253
  const created = await initProfile({ name: profileName, passphrase });
251
- process.stderr.write(`\n[xpay-mcp] No wallet found generated one for this agent.\n` +
254
+ process.stderr.write(`\n[xpay-mcp] No wallet found - generated one for this agent.\n` +
252
255
  `[xpay-mcp] profile: ${profileName}\n` +
253
256
  `[xpay-mcp] Solana: ${created.addresses.solana}\n` +
254
257
  `[xpay-mcp] Base/EVM: ${created.addresses.evm}\n` +
255
258
  `[xpay-mcp] stored: ${created.path}` +
256
- (passphrase ? " (encrypted)\n" : " (UNENCRYPTED set XPAY_PASSPHRASE to encrypt at rest)\n") +
259
+ (passphrase ? " (encrypted)\n" : " (UNENCRYPTED - set XPAY_PASSPHRASE to encrypt at rest)\n") +
257
260
  `[xpay-mcp] Fund the Solana address with USDC so the agent can pay.\n` +
258
- `[xpay-mcp] The recovery phrase lives in ${created.path} back it up.\n\n`);
261
+ `[xpay-mcp] The recovery phrase lives in ${created.path} - back it up.\n\n`);
259
262
  const profile = await loadProfile({ name: profileName, passphrase });
260
263
  process.env.AGENT_WALLET_PRIVATE_KEY ??= deriveKeysFromMnemonic(profile.mnemonic).solana.secretKeyBase58;
261
264
  const xpay = createXPay({ profile, guardrail: guardrailWithApproval(profile, { interactive: false }) });
@@ -269,20 +272,20 @@ async function autoProvisionXPay(profileName) {
269
272
  async function resolveSanaApiKey() {
270
273
  try {
271
274
  const profileName = process.env.XPAY_PROFILE ?? getActiveProfile();
272
- // config.json is plaintext no need to unlock the wallet to read it.
275
+ // config.json is plaintext - no need to unlock the wallet to read it.
273
276
  const { readProfileConfig } = await import("../profile/index.js");
274
277
  const key = readProfileConfig(profileName).sana?.apiKey;
275
278
  if (key)
276
279
  return key;
277
280
  }
278
281
  catch {
279
- // profile not found fall through to env
282
+ // profile not found - fall through to env
280
283
  }
281
284
  return process.env.SANABOT_API_KEY || undefined;
282
285
  }
283
286
  /**
284
287
  * Turn a boot failure into the message locked-mode tools return. The agent
285
- * relays this to the user, so it has to carry the full remediation the
288
+ * relays this to the user, so it has to carry the full remediation - the
286
289
  * user never sees stderr in an MCP host.
287
290
  */
288
291
  function lockedBootMessage(err) {
@@ -296,7 +299,7 @@ function lockedBootMessage(err) {
296
299
  if (err.message.includes("passphrase required")) {
297
300
  return (`The xpay wallet profile "${profileName}" is encrypted and no passphrase was provided, ` +
298
301
  `so wallet tools are locked. ${unlockHint}\n` +
299
- `If the passphrase is lost, the wallet cannot be decrypted restore from the recovery ` +
302
+ `If the passphrase is lost, the wallet cannot be decrypted - restore from the recovery ` +
300
303
  `phrase with \`npx @xona-labs/xpay init --overwrite\`, or delete the profile directory ` +
301
304
  `to start fresh (funds at the old address are only recoverable with the phrase).`);
302
305
  }
@@ -308,7 +311,7 @@ function lockedBootMessage(err) {
308
311
  `${err.message}`);
309
312
  }
310
313
  /**
311
- * Touch ID unlock at MCP startup lets hosts omit XPAY_PASSPHRASE from
314
+ * Touch ID unlock at MCP startup - lets hosts omit XPAY_PASSPHRASE from
312
315
  * their config when the profile has `xpay biometric enable` set. Shows one
313
316
  * system dialog as the server boots; resolves undefined on any failure so
314
317
  * loadProfile produces its normal "passphrase required" error.
@@ -1 +1 @@
1
- {"version":3,"file":"mcp-server.js","sourceRoot":"","sources":["../../src/cli/mcp-server.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mcp-server.js","sourceRoot":"","sources":["../../src/cli/mcp-server.ts"],"names":[],"mappings":"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"}
package/dist/cli/pay.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay pay <url>` pay an x402 endpoint.
2
+ * `xpay pay <url>` - pay an x402 endpoint.
3
3
  *
4
4
  * Accepts either a catalog URL (we resolve metadata via discover) or any
5
5
  * URL that returns HTTP 402 (live challenge mode).
package/dist/cli/pay.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * `xpay pay <url>` pay an x402 endpoint.
2
+ * `xpay pay <url>` - pay an x402 endpoint.
3
3
  *
4
4
  * Accepts either a catalog URL (we resolve metadata via discover) or any
5
5
  * URL that returns HTTP 402 (live challenge mode).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * `xpay report` comprehensive USDC activity report via OrbitX402.
2
+ * `xpay report` - comprehensive USDC activity report via OrbitX402.
3
3
  *
4
4
  * Fetches daily / weekly / monthly aggregated data from the OrbitX402 API
5
- * (on-chain data is resolved server-side no RPC calls from the CLI).
5
+ * (on-chain data is resolved server-side - no RPC calls from the CLI).
6
6
  */
7
7
  export interface ReportCmdOptions {
8
8
  profile?: string;