@t2000/cli 0.20.30 → 0.20.31

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.
package/dist/index.js CHANGED
@@ -2053,7 +2053,7 @@ function registerMcp(program2) {
2053
2053
  mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
2054
2054
  let mod;
2055
2055
  try {
2056
- mod = await import("./dist-BCZL4RIK.js");
2056
+ mod = await import("./dist-B43ZP5VT.js");
2057
2057
  } catch {
2058
2058
  console.error(
2059
2059
  "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": "0.20.30",
3
+ "version": "0.20.31",
4
4
  "description": "A bank account for AI agents on Sui — guided setup, MCP, send, save, borrow, invest, rebalance",
5
5
  "type": "module",
6
6
  "bin": {
@@ -38,17 +38,17 @@
38
38
  "hono": "^4",
39
39
  "picocolors": "^1",
40
40
  "@t2000/x402": "0.3.0",
41
- "@t2000/sdk": "0.18.28"
41
+ "@t2000/sdk": "0.18.29"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@t2000/mcp": "0.20.24"
44
+ "@t2000/mcp": "0.20.25"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20",
48
48
  "eslint": "^9",
49
49
  "tsup": "^8",
50
50
  "typescript": "^5",
51
- "@t2000/mcp": "0.20.24"
51
+ "@t2000/mcp": "0.20.25"
52
52
  },
53
53
  "license": "MIT",
54
54
  "scripts": {