@t2000/cli 0.40.1 → 0.40.3
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.
|
@@ -137966,7 +137966,7 @@ ${context}
|
|
|
137966
137966
|
})
|
|
137967
137967
|
);
|
|
137968
137968
|
}
|
|
137969
|
-
var PKG_VERSION = "0.40.
|
|
137969
|
+
var PKG_VERSION = "0.40.3";
|
|
137970
137970
|
console.log = (...args) => console.error("[log]", ...args);
|
|
137971
137971
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
137972
137972
|
async function startMcpServer(opts) {
|
|
@@ -138056,4 +138056,4 @@ axios/dist/node/axios.cjs:
|
|
|
138056
138056
|
*)
|
|
138057
138057
|
*)
|
|
138058
138058
|
*/
|
|
138059
|
-
//# sourceMappingURL=dist-
|
|
138059
|
+
//# sourceMappingURL=dist-76T263BK.js.map
|
package/dist/index.js
CHANGED
|
@@ -8006,7 +8006,7 @@ function registerMcp(program3) {
|
|
|
8006
8006
|
mcp.command("start", { isDefault: true }).description("Start MCP server (stdio transport)").option("--key <path>", "Key file path").action(async (opts) => {
|
|
8007
8007
|
let mod;
|
|
8008
8008
|
try {
|
|
8009
|
-
mod = await import("./dist-
|
|
8009
|
+
mod = await import("./dist-76T263BK.js");
|
|
8010
8010
|
} catch {
|
|
8011
8011
|
console.error(
|
|
8012
8012
|
"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.40.
|
|
3
|
+
"version": "0.40.3",
|
|
4
4
|
"description": "A bank account for AI agents on Sui — guided setup, MCP integration, send, save, borrow, swap. Same 40 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/mcp": "0.40.
|
|
46
|
-
"@t2000/sdk": "0.40.
|
|
45
|
+
"@t2000/mcp": "0.40.3",
|
|
46
|
+
"@t2000/sdk": "0.40.3"
|
|
47
47
|
},
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"scripts": {
|
|
File without changes
|