@t2000/cli 8.1.0 → 8.2.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.
package/dist/index.js
CHANGED
|
@@ -34177,7 +34177,7 @@ function registerMcpStart(parent) {
|
|
|
34177
34177
|
parent.command("start", { isDefault: true }).description("Start MCP server (stdio transport \u2014 for AI client integration)").option("--key <path>", "Custom wallet path (default ~/.t2000/wallet.key)").action(async (opts) => {
|
|
34178
34178
|
let mod3;
|
|
34179
34179
|
try {
|
|
34180
|
-
mod3 = await import("./dist-
|
|
34180
|
+
mod3 = await import("./dist-7ZQFQB45.js");
|
|
34181
34181
|
} catch {
|
|
34182
34182
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
34183
34183
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"description": "Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swap, MPP paid API access, MCP integration, scriptable from any shell.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typescript": "^5",
|
|
46
46
|
"typescript-eslint": "^8.58.0",
|
|
47
47
|
"vitest": "^3",
|
|
48
|
-
"@t2000/mcp": "8.
|
|
49
|
-
"@t2000/sdk": "8.
|
|
48
|
+
"@t2000/mcp": "8.2.0",
|
|
49
|
+
"@t2000/sdk": "8.2.0"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|