@t2000/cli 0.22.1 → 0.22.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.
package/dist/index.js
CHANGED
|
@@ -2037,7 +2037,7 @@ function registerMcp(program2) {
|
|
|
2037
2037
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
2038
2038
|
let mod;
|
|
2039
2039
|
try {
|
|
2040
|
-
mod = await import("./dist-
|
|
2040
|
+
mod = await import("./dist-6ELHCFGI.js");
|
|
2041
2041
|
} catch {
|
|
2042
2042
|
console.error(
|
|
2043
2043
|
"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.22.
|
|
3
|
+
"version": "0.22.2",
|
|
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": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@t2000/sdk": "0.19.1"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@t2000/mcp": "0.22.
|
|
43
|
+
"@t2000/mcp": "0.22.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20",
|
|
47
47
|
"eslint": "^9",
|
|
48
48
|
"tsup": "^8",
|
|
49
49
|
"typescript": "^5",
|
|
50
|
-
"@t2000/mcp": "0.22.
|
|
50
|
+
"@t2000/mcp": "0.22.2"
|
|
51
51
|
},
|
|
52
52
|
"license": "MIT",
|
|
53
53
|
"scripts": {
|