@t2000/mcp 0.46.11 → 0.46.12

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
@@ -139244,7 +139244,7 @@ ${context}
139244
139244
  }
139245
139245
 
139246
139246
  // src/index.ts
139247
- var PKG_VERSION = "0.46.11" ;
139247
+ var PKG_VERSION = "0.46.12" ;
139248
139248
  console.log = (...args) => console.error("[log]", ...args);
139249
139249
  console.warn = (...args) => console.error("[warn]", ...args);
139250
139250
  async function startMcpServer(opts) {
package/dist/index.js CHANGED
@@ -139243,7 +139243,7 @@ ${context}
139243
139243
  }
139244
139244
 
139245
139245
  // src/index.ts
139246
- var PKG_VERSION = "0.46.11" ;
139246
+ var PKG_VERSION = "0.46.12" ;
139247
139247
  console.log = (...args) => console.error("[log]", ...args);
139248
139248
  console.warn = (...args) => console.error("[warn]", ...args);
139249
139249
  async function startMcpServer(opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "0.46.11",
3
+ "version": "0.46.12",
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": "0.46.11"
49
+ "@t2000/sdk": "0.46.12"
50
50
  },
51
51
  "license": "MIT",
52
52
  "scripts": {