@t2000/mcp 5.15.0 → 5.15.1

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
@@ -80552,7 +80552,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
80552
80552
  Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only; savings / lending live on audric.ai.`;
80553
80553
 
80554
80554
  // src/index.ts
80555
- var PKG_VERSION = "5.15.0" ;
80555
+ var PKG_VERSION = "5.15.1" ;
80556
80556
  console.log = (...args) => console.error("[log]", ...args);
80557
80557
  console.warn = (...args) => console.error("[warn]", ...args);
80558
80558
  async function startMcpServer(opts) {
package/dist/index.js CHANGED
@@ -80551,7 +80551,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
80551
80551
  Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only; savings / lending live on audric.ai.`;
80552
80552
 
80553
80553
  // src/index.ts
80554
- var PKG_VERSION = "5.15.0" ;
80554
+ var PKG_VERSION = "5.15.1" ;
80555
80555
  console.log = (...args) => console.error("[log]", ...args);
80556
80556
  console.warn = (...args) => console.error("[warn]", ...args);
80557
80557
  async function startMcpServer(opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/mcp",
3
- "version": "5.15.0",
3
+ "version": "5.15.1",
4
4
  "description": "MCP server for Agent Wallets on Sui — 9 tools (balance, send, swap, pay, …) + 8 auto-registered skill prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client.",
5
5
  "mcpName": "io.github.mission69b/t2000",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "typescript-eslint": "^8.58.0",
49
49
  "vitest": "^3",
50
50
  "zod": "^3.25.0",
51
- "@t2000/sdk": "5.15.0"
51
+ "@t2000/sdk": "5.15.1"
52
52
  },
53
53
  "license": "MIT",
54
54
  "scripts": {