@t2000/cli 1.23.0 → 1.23.1
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/{chunk-JKL4VB6Z.js → chunk-IR2QGWUU.js} +8 -49
- package/dist/{chunk-JKL4VB6Z.js.map → chunk-IR2QGWUU.js.map} +1 -1
- package/dist/{dist-4IHD5DO3.js → dist-K2TQP3EL.js} +6 -2
- package/dist/{dist-4BEH22UU.js → dist-K4ONVV5A.js} +7 -50
- package/dist/{dist-4BEH22UU.js.map → dist-K4ONVV5A.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-4IHD5DO3.js.map → dist-K2TQP3EL.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
saveKey,
|
|
13
13
|
truncateAddress,
|
|
14
14
|
walletExists
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-IR2QGWUU.js";
|
|
16
16
|
import {
|
|
17
17
|
esm_default3 as esm_default,
|
|
18
18
|
esm_default8 as esm_default2
|
|
@@ -7860,7 +7860,7 @@ function registerLock(program3) {
|
|
|
7860
7860
|
});
|
|
7861
7861
|
program3.command("unlock").description("Unlock agent \u2014 resume operations").action(async () => {
|
|
7862
7862
|
try {
|
|
7863
|
-
const { T2000: T20003 } = await import("./dist-
|
|
7863
|
+
const { T2000: T20003 } = await import("./dist-K2TQP3EL.js");
|
|
7864
7864
|
const MAX_ATTEMPTS2 = 3;
|
|
7865
7865
|
let pin;
|
|
7866
7866
|
for (let attempt = 1; attempt <= MAX_ATTEMPTS2; attempt++) {
|
|
@@ -8034,7 +8034,7 @@ function registerMcp(program3) {
|
|
|
8034
8034
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8035
8035
|
let mod;
|
|
8036
8036
|
try {
|
|
8037
|
-
mod = await import("./dist-
|
|
8037
|
+
mod = await import("./dist-K4ONVV5A.js");
|
|
8038
8038
|
} catch {
|
|
8039
8039
|
console.error(
|
|
8040
8040
|
"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.23.
|
|
3
|
+
"version": "1.23.1",
|
|
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/
|
|
46
|
-
"@t2000/
|
|
45
|
+
"@t2000/sdk": "1.23.1",
|
|
46
|
+
"@t2000/mcp": "1.23.1"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|