@t2000/cli 3.0.0 → 3.1.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.
|
@@ -142143,7 +142143,7 @@ ${context}
|
|
|
142143
142143
|
})
|
|
142144
142144
|
);
|
|
142145
142145
|
}
|
|
142146
|
-
var PKG_VERSION = "3.
|
|
142146
|
+
var PKG_VERSION = "3.1.0";
|
|
142147
142147
|
console.log = (...args) => console.error("[log]", ...args);
|
|
142148
142148
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
142149
142149
|
async function startMcpServer(opts) {
|
|
@@ -142234,4 +142234,4 @@ axios/dist/node/axios.cjs:
|
|
|
142234
142234
|
@scure/bip39/index.js:
|
|
142235
142235
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
142236
142236
|
*/
|
|
142237
|
-
//# sourceMappingURL=dist-
|
|
142237
|
+
//# sourceMappingURL=dist-CIFLOG63.js.map
|
package/dist/index.js
CHANGED
|
@@ -8048,7 +8048,7 @@ function registerMcp(program3) {
|
|
|
8048
8048
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8049
8049
|
let mod;
|
|
8050
8050
|
try {
|
|
8051
|
-
mod = await import("./dist-
|
|
8051
|
+
mod = await import("./dist-CIFLOG63.js");
|
|
8052
8052
|
} catch {
|
|
8053
8053
|
console.error(
|
|
8054
8054
|
"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": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap, scriptable from any shell.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
"picocolors": "^1",
|
|
42
42
|
"tsup": "^8",
|
|
43
43
|
"typescript": "^5",
|
|
44
|
+
"typescript-eslint": "^8.58.0",
|
|
44
45
|
"vitest": "^3",
|
|
45
|
-
"@t2000/mcp": "3.
|
|
46
|
-
"@t2000/sdk": "3.
|
|
46
|
+
"@t2000/mcp": "3.1.0",
|
|
47
|
+
"@t2000/sdk": "3.1.0"
|
|
47
48
|
},
|
|
48
49
|
"license": "MIT",
|
|
49
50
|
"scripts": {
|
|
File without changes
|