@t2000/mcp 0.37.2 → 0.38.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
@@ -139174,7 +139174,7 @@ ${context}
139174
139174
  }
139175
139175
 
139176
139176
  // src/index.ts
139177
- var PKG_VERSION = "0.37.2" ;
139177
+ var PKG_VERSION = "0.38.0" ;
139178
139178
  console.log = (...args) => console.error("[log]", ...args);
139179
139179
  console.warn = (...args) => console.error("[warn]", ...args);
139180
139180
  async function startMcpServer(opts) {
package/dist/index.js CHANGED
@@ -139173,7 +139173,7 @@ ${context}
139173
139173
  }
139174
139174
 
139175
139175
  // src/index.ts
139176
- var PKG_VERSION = "0.37.2" ;
139176
+ var PKG_VERSION = "0.38.0" ;
139177
139177
  console.log = (...args) => console.error("[log]", ...args);
139178
139178
  console.warn = (...args) => console.error("[warn]", ...args);
139179
139179
  async function startMcpServer(opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "0.37.2",
3
+ "version": "0.38.0",
4
4
  "mcpName": "io.github.mission69b/t2000",
5
5
  "description": "MCP server for AI agent bank accounts on Sui — 29 tools, 16 prompts, stdio transport",
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.37.2"
49
+ "@t2000/sdk": "0.38.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "scripts": {