@t2000/mcp 5.9.0 → 5.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
@@ -80339,7 +80339,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
80339
80339
  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.`;
80340
80340
 
80341
80341
  // src/index.ts
80342
- var PKG_VERSION = "5.9.0" ;
80342
+ var PKG_VERSION = "5.11.0" ;
80343
80343
  console.log = (...args) => console.error("[log]", ...args);
80344
80344
  console.warn = (...args) => console.error("[warn]", ...args);
80345
80345
  async function startMcpServer(opts) {