@t2000/cli 1.4.0 → 1.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.
@@ -137738,7 +137738,7 @@ ${context}
137738
137738
  })
137739
137739
  );
137740
137740
  }
137741
- var PKG_VERSION = "1.4.0";
137741
+ var PKG_VERSION = "1.5.0";
137742
137742
  console.log = (...args) => console.error("[log]", ...args);
137743
137743
  console.warn = (...args) => console.error("[warn]", ...args);
137744
137744
  async function startMcpServer(opts) {
@@ -137828,4 +137828,4 @@ axios/dist/node/axios.cjs:
137828
137828
  *)
137829
137829
  *)
137830
137830
  */
137831
- //# sourceMappingURL=dist-Z4REI6RI.js.map
137831
+ //# sourceMappingURL=dist-Z5RIIMPE.js.map
package/dist/index.js CHANGED
@@ -8033,7 +8033,7 @@ function registerMcp(program3) {
8033
8033
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
8034
8034
  let mod;
8035
8035
  try {
8036
- mod = await import("./dist-Z4REI6RI.js");
8036
+ mod = await import("./dist-Z5RIIMPE.js");
8037
8037
  } catch {
8038
8038
  console.error(
8039
8039
  "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.4.0",
3
+ "version": "1.5.0",
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/sdk": "1.4.0",
46
- "@t2000/mcp": "1.4.0"
45
+ "@t2000/mcp": "1.5.0",
46
+ "@t2000/sdk": "1.5.0"
47
47
  },
48
48
  "license": "MIT",
49
49
  "scripts": {