@t2000/cli 0.20.22 → 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 individual tools.
|
|
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 {
|
|
@@ -21051,7 +21051,7 @@ function registerReadTools(server, agent) {
|
|
|
21051
21051
|
);
|
|
21052
21052
|
server.tool(
|
|
21053
21053
|
"t2000_balance",
|
|
21054
|
-
"Get agent's current balance \u2014 available (checking), savings, credit (debt), gas reserve, and net total. All values in USD. For a full account snapshot, prefer t2000_overview instead.
|
|
21054
|
+
"Get agent's current balance \u2014 available (checking), savings, credit (debt), gas reserve, and net total. All values in USD. For a full account snapshot, prefer t2000_overview instead.",
|
|
21055
21055
|
{},
|
|
21056
21056
|
async () => {
|
|
21057
21057
|
try {
|
|
@@ -21077,7 +21077,7 @@ function registerReadTools(server, agent) {
|
|
|
21077
21077
|
);
|
|
21078
21078
|
server.tool(
|
|
21079
21079
|
"t2000_positions",
|
|
21080
|
-
"View current lending positions across protocols (NAVI, Suilend) \u2014 deposits, borrows, APYs. For a full account snapshot, prefer t2000_overview instead.
|
|
21080
|
+
"View current lending positions across protocols (NAVI, Suilend) \u2014 deposits, borrows, APYs. For a full account snapshot, prefer t2000_overview instead.",
|
|
21081
21081
|
{},
|
|
21082
21082
|
async () => {
|
|
21083
21083
|
try {
|
|
@@ -21329,7 +21329,7 @@ function registerWriteTools(server, agent) {
|
|
|
21329
21329
|
);
|
|
21330
21330
|
server.tool(
|
|
21331
21331
|
"t2000_save",
|
|
21332
|
-
'Deposit USDC to savings (earns yield). Amount is in dollars. Use "all" to save entire available balance. Set dryRun: true to preview.
|
|
21332
|
+
'Deposit USDC to savings (earns yield). Amount is in dollars. Use "all" to save entire available balance. Set dryRun: true to preview.',
|
|
21333
21333
|
{
|
|
21334
21334
|
amount: external_exports.union([external_exports.number(), external_exports.literal("all")]).describe('Dollar amount to save, or "all"'),
|
|
21335
21335
|
dryRun: external_exports.boolean().optional().describe("Preview without signing (default: false)")
|
|
@@ -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
|