@t2000/mcp 1.24.3 → 1.24.6

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/bin.js CHANGED
@@ -140023,7 +140023,7 @@ ${context}
140023
140023
  }
140024
140024
 
140025
140025
  // src/index.ts
140026
- var PKG_VERSION = "1.24.3" ;
140026
+ var PKG_VERSION = "1.24.6" ;
140027
140027
  console.log = (...args) => console.error("[log]", ...args);
140028
140028
  console.warn = (...args) => console.error("[warn]", ...args);
140029
140029
  async function startMcpServer(opts) {
package/dist/index.js CHANGED
@@ -140022,7 +140022,7 @@ ${context}
140022
140022
  }
140023
140023
 
140024
140024
  // src/index.ts
140025
- var PKG_VERSION = "1.24.3" ;
140025
+ var PKG_VERSION = "1.24.6" ;
140026
140026
  console.log = (...args) => console.error("[log]", ...args);
140027
140027
  console.warn = (...args) => console.error("[warn]", ...args);
140028
140028
  async function startMcpServer(opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "1.24.3",
3
+ "version": "1.24.6",
4
4
  "mcpName": "io.github.mission69b/t2000",
5
5
  "description": "MCP server for AI agent bank accounts on Sui — 29 tools, 15 prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Cline, Continue, or any MCP-compatible client.",
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  "typescript": "^5",
47
47
  "vitest": "^3",
48
48
  "zod": "^3.25.0",
49
- "@t2000/sdk": "1.24.3"
49
+ "@t2000/sdk": "1.24.6"
50
50
  },
51
51
  "license": "MIT",
52
52
  "scripts": {