@t2000/cli 2.14.1 → 2.14.2
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.
|
@@ -142008,7 +142008,7 @@ ${context}
|
|
|
142008
142008
|
})
|
|
142009
142009
|
);
|
|
142010
142010
|
}
|
|
142011
|
-
var PKG_VERSION = "2.14.
|
|
142011
|
+
var PKG_VERSION = "2.14.2";
|
|
142012
142012
|
console.log = (...args) => console.error("[log]", ...args);
|
|
142013
142013
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
142014
142014
|
async function startMcpServer(opts) {
|
|
@@ -142099,4 +142099,4 @@ axios/dist/node/axios.cjs:
|
|
|
142099
142099
|
@scure/bip39/index.js:
|
|
142100
142100
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
142101
142101
|
*/
|
|
142102
|
-
//# sourceMappingURL=dist-
|
|
142102
|
+
//# sourceMappingURL=dist-J7ICN5BN.js.map
|
package/dist/index.js
CHANGED
|
@@ -8041,7 +8041,7 @@ function registerMcp(program3) {
|
|
|
8041
8041
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8042
8042
|
let mod;
|
|
8043
8043
|
try {
|
|
8044
|
-
mod = await import("./dist-
|
|
8044
|
+
mod = await import("./dist-J7ICN5BN.js");
|
|
8045
8045
|
} catch {
|
|
8046
8046
|
console.error(
|
|
8047
8047
|
"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": "2.14.
|
|
3
|
+
"version": "2.14.2",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 37 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/mcp": "2.14.2",
|
|
46
|
+
"@t2000/sdk": "2.14.2"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|