@t2000/cli 0.17.22 → 0.17.23
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -273,7 +273,7 @@ t2000 mcp uninstall
|
|
|
273
273
|
t2000 mcp
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
|
|
276
|
+
23 tools, 15 prompts, safeguard enforced. See [MCP setup guide](../../docs/mcp-setup.md) for details.
|
|
277
277
|
|
|
278
278
|
### HTTP API Server
|
|
279
279
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.23",
|
|
4
4
|
"description": "CLI bank account for AI agents on Sui — send, save, borrow, rebalance from your terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"commander": "^13",
|
|
38
38
|
"hono": "^4",
|
|
39
39
|
"picocolors": "^1",
|
|
40
|
-
"@t2000/sdk": "0.17.
|
|
40
|
+
"@t2000/sdk": "0.17.23",
|
|
41
41
|
"@t2000/x402": "0.3.0"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@t2000/mcp": "0.17.
|
|
44
|
+
"@t2000/mcp": "0.17.23"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^20",
|