@t2000/cli 0.12.2 → 0.12.3
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_balance",
|
|
21018
|
-
"Get agent's current balance \u2014 available (checking), savings, gas reserve, and total. All values in USD.",
|
|
21018
|
+
"Get agent's current balance \u2014 available (checking), savings, credit (debt), gas reserve, and net total. All values in USD.",
|
|
21019
21019
|
{},
|
|
21020
21020
|
async () => {
|
|
21021
21021
|
try {
|
|
@@ -21596,4 +21596,4 @@ async function startMcpServer(opts) {
|
|
|
21596
21596
|
export {
|
|
21597
21597
|
startMcpServer
|
|
21598
21598
|
};
|
|
21599
|
-
//# sourceMappingURL=dist-
|
|
21599
|
+
//# sourceMappingURL=dist-KTIGPZKW.js.map
|