@t2000/mcp 1.10.1 → 1.11.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
@@ -140665,7 +140665,7 @@ ${context}
140665
140665
  }
140666
140666
 
140667
140667
  // src/index.ts
140668
- var PKG_VERSION = "1.10.1" ;
140668
+ var PKG_VERSION = "1.11.0" ;
140669
140669
  console.log = (...args) => console.error("[log]", ...args);
140670
140670
  console.warn = (...args) => console.error("[warn]", ...args);
140671
140671
  async function startMcpServer(opts) {
package/dist/index.js CHANGED
@@ -140664,7 +140664,7 @@ ${context}
140664
140664
  }
140665
140665
 
140666
140666
  // src/index.ts
140667
- var PKG_VERSION = "1.10.1" ;
140667
+ var PKG_VERSION = "1.11.0" ;
140668
140668
  console.log = (...args) => console.error("[log]", ...args);
140669
140669
  console.warn = (...args) => console.error("[warn]", ...args);
140670
140670
  async function startMcpServer(opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "1.10.1",
3
+ "version": "1.11.0",
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.10.1"
49
+ "@t2000/sdk": "1.11.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "scripts": {