@t2000/cli 0.17.17 → 0.17.18
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/README.md
CHANGED
|
@@ -170,6 +170,7 @@ t2000 init
|
|
|
170
170
|
| `t2000 health` | Check savings health factor |
|
|
171
171
|
| `t2000 rates` | Best save/borrow APYs across protocols and all stablecoins |
|
|
172
172
|
| `t2000 positions` | Open savings & borrow positions across all assets |
|
|
173
|
+
| `t2000 claim-rewards` | Claim protocol rewards and auto-convert to USDC |
|
|
173
174
|
| `t2000 earnings` | Yield earned to date |
|
|
174
175
|
| `t2000 fund-status` | Full savings summary |
|
|
175
176
|
|
|
@@ -272,7 +273,7 @@ t2000 mcp uninstall
|
|
|
272
273
|
t2000 mcp
|
|
273
274
|
```
|
|
274
275
|
|
|
275
|
-
|
|
276
|
+
22 tools, 12 prompts, safeguard enforced. See [MCP setup guide](../../docs/mcp-setup.md) for details.
|
|
276
277
|
|
|
277
278
|
### HTTP API Server
|
|
278
279
|
|
|
@@ -21560,7 +21560,7 @@ function registerWriteTools(server, agent) {
|
|
|
21560
21560
|
);
|
|
21561
21561
|
server.tool(
|
|
21562
21562
|
"t2000_claim_rewards",
|
|
21563
|
-
"Claim pending protocol rewards
|
|
21563
|
+
"Claim pending protocol rewards from lending positions and auto-convert to USDC.",
|
|
21564
21564
|
{},
|
|
21565
21565
|
async () => {
|
|
21566
21566
|
try {
|
|
@@ -22182,4 +22182,4 @@ async function startMcpServer(opts) {
|
|
|
22182
22182
|
export {
|
|
22183
22183
|
startMcpServer
|
|
22184
22184
|
};
|
|
22185
|
-
//# sourceMappingURL=dist-
|
|
22185
|
+
//# sourceMappingURL=dist-F6YRISIO.js.map
|