@t2000/mcp 0.20.14 → 0.20.17

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
@@ -58,7 +58,7 @@ function errorResult(err) {
58
58
  function registerReadTools(server, agent) {
59
59
  server.tool(
60
60
  "t2000_overview",
61
- "Complete account snapshot in ONE call \u2014 balance, savings positions, investment portfolio, health factor, yield earnings, fund status, and pending rewards. Use this for morning briefings, general account questions, or any time you need the full picture. Prefer this over calling t2000_balance + t2000_positions + t2000_portfolio + t2000_health + t2000_earnings individually.",
61
+ "Complete account snapshot in ONE call \u2014 balance, savings positions, investment portfolio, health factor, yield earnings, fund status, and pending rewards. Use this for morning briefings, general account questions, or any time you need the full picture. Prefer this over calling individual tools.",
62
62
  {},
63
63
  async () => {
64
64
  try {
@@ -727,7 +727,7 @@ function registerWriteTools(server, agent) {
727
727
  );
728
728
  server.tool(
729
729
  "t2000_rebalance",
730
- "Optimize yield by moving funds to the highest-rate protocol. Always previews first \u2014 set dryRun: false to execute. Shows plan with expected APY gain and break-even period.",
730
+ 'Optimize savings yield \u2014 automatically finds the best rate across ALL assets and protocols, then handles everything: withdraw \u2192 swap \u2192 re-deposit. Works across different assets (e.g. USDC \u2192 USDe for higher APY). Always previews first \u2014 set dryRun: false to execute. Shows plan with APY gain, annual earnings increase, and break-even period. This is the ONE tool to use when the user asks "am I getting the best yield?" or "rebalance my savings".',
731
731
  {
732
732
  dryRun: z.boolean().optional().describe("Preview without executing (default: true)"),
733
733
  minYieldDiff: z.number().optional().describe("Min APY difference to rebalance (default: 0.5%)"),