@t2000/cli 0.20.21 → 0.20.24
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.
|
@@ -21015,7 +21015,7 @@ function errorResult(err) {
|
|
|
21015
21015
|
function registerReadTools(server, agent) {
|
|
21016
21016
|
server.tool(
|
|
21017
21017
|
"t2000_overview",
|
|
21018
|
-
"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
|
|
21018
|
+
"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.",
|
|
21019
21019
|
{},
|
|
21020
21020
|
async () => {
|
|
21021
21021
|
try {
|
|
@@ -21680,7 +21680,7 @@ function registerWriteTools(server, agent) {
|
|
|
21680
21680
|
);
|
|
21681
21681
|
server.tool(
|
|
21682
21682
|
"t2000_rebalance",
|
|
21683
|
-
|
|
21683
|
+
'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".',
|
|
21684
21684
|
{
|
|
21685
21685
|
dryRun: external_exports.boolean().optional().describe("Preview without executing (default: true)"),
|
|
21686
21686
|
minYieldDiff: external_exports.number().optional().describe("Min APY difference to rebalance (default: 0.5%)"),
|
|
@@ -22698,4 +22698,4 @@ async function startMcpServer(opts) {
|
|
|
22698
22698
|
export {
|
|
22699
22699
|
startMcpServer
|
|
22700
22700
|
};
|
|
22701
|
-
//# sourceMappingURL=dist-
|
|
22701
|
+
//# sourceMappingURL=dist-MKAGQFR3.js.map
|