@t2000/cli 4.0.2 → 4.1.1
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.
|
@@ -141712,7 +141712,7 @@ function registerSkillPrompts(server, skills = getBakedSkills()) {
|
|
|
141712
141712
|
);
|
|
141713
141713
|
}
|
|
141714
141714
|
}
|
|
141715
|
-
var PKG_VERSION = "4.
|
|
141715
|
+
var PKG_VERSION = "4.1.1";
|
|
141716
141716
|
console.log = (...args) => console.error("[log]", ...args);
|
|
141717
141717
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
141718
141718
|
async function startMcpServer(opts) {
|
|
@@ -141796,4 +141796,4 @@ axios/dist/node/axios.cjs:
|
|
|
141796
141796
|
@scure/bip39/index.js:
|
|
141797
141797
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
141798
141798
|
*/
|
|
141799
|
-
//# sourceMappingURL=dist-
|
|
141799
|
+
//# sourceMappingURL=dist-2GOAQHS4.js.map
|
package/dist/index.js
CHANGED
|
@@ -45294,7 +45294,7 @@ function registerMcpStart(parent) {
|
|
|
45294
45294
|
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) => {
|
|
45295
45295
|
let mod2;
|
|
45296
45296
|
try {
|
|
45297
|
-
mod2 = await import("./dist-
|
|
45297
|
+
mod2 = await import("./dist-2GOAQHS4.js");
|
|
45298
45298
|
} catch {
|
|
45299
45299
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
45300
45300
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t2000/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
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": "4.
|
|
49
|
-
"@t2000/sdk": "4.
|
|
48
|
+
"@t2000/mcp": "4.1.1",
|
|
49
|
+
"@t2000/sdk": "4.1.1"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
File without changes
|