@t2000/cli 1.24.11 → 1.24.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.
@@ -139710,7 +139710,7 @@ ${context}
139710
139710
  })
139711
139711
  );
139712
139712
  }
139713
- var PKG_VERSION = "1.24.11";
139713
+ var PKG_VERSION = "1.24.13";
139714
139714
  console.log = (...args) => console.error("[log]", ...args);
139715
139715
  console.warn = (...args) => console.error("[warn]", ...args);
139716
139716
  async function startMcpServer(opts) {
@@ -139800,4 +139800,4 @@ axios/dist/node/axios.cjs:
139800
139800
  @scure/bip39/index.js:
139801
139801
  (*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
139802
139802
  */
139803
- //# sourceMappingURL=dist-EUFTPI3I.js.map
139803
+ //# sourceMappingURL=dist-MUFB2EMR.js.map
package/dist/index.js CHANGED
@@ -8037,7 +8037,7 @@ function registerMcp(program3) {
8037
8037
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8038
8038
  let mod;
8039
8039
  try {
8040
- mod = await import("./dist-EUFTPI3I.js");
8040
+ mod = await import("./dist-MUFB2EMR.js");
8041
8041
  } catch {
8042
8042
  console.error(
8043
8043
  "MCP server not installed. Run:\n npm install -g @t2000/mcp"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "1.24.11",
3
+ "version": "1.24.13",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 34 tools as the engine, scriptable from any shell.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,8 +42,8 @@
42
42
  "tsup": "^8",
43
43
  "typescript": "^5",
44
44
  "vitest": "^3",
45
- "@t2000/mcp": "1.24.11",
46
- "@t2000/sdk": "1.24.11"
45
+ "@t2000/mcp": "1.24.13",
46
+ "@t2000/sdk": "1.24.13"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {