@t2000/mcp 2.7.3 → 2.9.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/bin.js CHANGED
@@ -141561,7 +141561,7 @@ ${context}
141561
141561
  }
141562
141562
 
141563
141563
  // src/index.ts
141564
- var PKG_VERSION = "2.7.3" ;
141564
+ var PKG_VERSION = "2.9.0" ;
141565
141565
  console.log = (...args) => console.error("[log]", ...args);
141566
141566
  console.warn = (...args) => console.error("[warn]", ...args);
141567
141567
  async function startMcpServer(opts) {
package/dist/index.js CHANGED
@@ -141560,7 +141560,7 @@ ${context}
141560
141560
  }
141561
141561
 
141562
141562
  // src/index.ts
141563
- var PKG_VERSION = "2.7.3" ;
141563
+ var PKG_VERSION = "2.9.0" ;
141564
141564
  console.log = (...args) => console.error("[log]", ...args);
141565
141565
  console.warn = (...args) => console.error("[warn]", ...args);
141566
141566
  async function startMcpServer(opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "2.7.3",
3
+ "version": "2.9.0",
4
4
  "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.",
5
5
  "mcpName": "io.github.mission69b/t2000",
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": "2.7.3"
49
+ "@t2000/sdk": "2.9.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "scripts": {