@t2000/mcp 5.6.1 → 5.7.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 +2 -1
- package/dist/bin.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -79929,6 +79929,7 @@ init_errors3();
|
|
|
79929
79929
|
init_swap_quote();
|
|
79930
79930
|
init_cetus_swap();
|
|
79931
79931
|
init_token_registry();
|
|
79932
|
+
process.env.AGENT_ID_PARENT_NFT_ID ?? "0xc8c13f5b5a6d4c47c04877014794f65e67e2745d3bfa089b736eb54b0ebd5d1f";
|
|
79932
79933
|
init_preflight();
|
|
79933
79934
|
|
|
79934
79935
|
// src/agent.ts
|
|
@@ -80337,7 +80338,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
|
|
|
80337
80338
|
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.`;
|
|
80338
80339
|
|
|
80339
80340
|
// src/index.ts
|
|
80340
|
-
var PKG_VERSION = "5.
|
|
80341
|
+
var PKG_VERSION = "5.7.0" ;
|
|
80341
80342
|
console.log = (...args) => console.error("[log]", ...args);
|
|
80342
80343
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
80343
80344
|
async function startMcpServer(opts) {
|