@t2000/cli 0.22.24 → 0.22.25

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.
@@ -66,7 +66,7 @@ import {
66
66
  usdcToRaw,
67
67
  validateAddress,
68
68
  walletExists
69
- } from "./chunk-BPTNEFB5.js";
69
+ } from "./chunk-FM4762OE.js";
70
70
  import "./chunk-V7PXDEKG.js";
71
71
  import "./chunk-XOAZJ42V.js";
72
72
  import "./chunk-3XUF7GM3.js";
@@ -139,4 +139,4 @@ export {
139
139
  validateAddress,
140
140
  walletExists
141
141
  };
142
- //# sourceMappingURL=dist-TWST5EWE.js.map
142
+ //# sourceMappingURL=dist-LKHCKFGY.js.map
@@ -8,7 +8,7 @@ import {
8
8
  ZodOptional,
9
9
  external_exports,
10
10
  objectType
11
- } from "./chunk-BPTNEFB5.js";
11
+ } from "./chunk-FM4762OE.js";
12
12
  import "./chunk-V7PXDEKG.js";
13
13
  import "./chunk-XOAZJ42V.js";
14
14
  import "./chunk-3XUF7GM3.js";
@@ -17185,11 +17185,10 @@ IMPORTANT: When the user asks to do something that matches an MPP service, ALWAY
17185
17185
  - Image generation (fal.ai, Stability AI, DALL-E) \u2014 returns actual images
17186
17186
  - Weather, maps, crypto prices, stock data, forex rates (ExchangeRate)
17187
17187
  - Translation (DeepL, Google Translate)
17188
- - Email, physical mail, gift cards, print-on-demand
17188
+ - Email, physical mail, print-on-demand
17189
17189
  - Code execution, web scraping, screenshots, PDFs, QR codes
17190
17190
  - Transcription, text-to-speech, sound effects (ElevenLabs)
17191
17191
  - Security scanning (VirusTotal), URL shortening (Short.io), push notifications (Pushover)
17192
- - Gift cards with email delivery (Reloadly) \u2014 ask user for country and email, then browse products and order
17193
17192
 
17194
17193
  Call t2000_services first to discover the right endpoint, then t2000_pay to execute.`,
17195
17194
  {},
@@ -17724,7 +17723,6 @@ Common examples:
17724
17723
  - Stock quote: POST https://mpp.t2000.ai/alphavantage/v1/quote {"symbol":"AAPL"}
17725
17724
  - Code exec: POST https://mpp.t2000.ai/judge0/v1/submissions {"source_code":"print(42)","language_id":71}
17726
17725
  - Postcard: POST https://mpp.t2000.ai/lob/v1/postcards {"to":{...},"from":{...},"front":"...","back":"..."}
17727
- - Gift card: POST https://mpp.t2000.ai/reloadly/v1/order {"productId":12345,"unitPrice":25,"countryCode":"US","recipientEmail":"user@email.com"}
17728
17726
  - Flights: POST https://mpp.t2000.ai/serpapi/v1/flights {"departure_id":"LAX","arrival_id":"NRT","outbound_date":"2026-05-01","type":"2"}
17729
17727
  - URL shorten: POST https://mpp.t2000.ai/shortio/v1/shorten {"url":"https://example.com"}
17730
17728
  - Security scan: POST https://mpp.t2000.ai/virustotal/v1/scan {"url":"https://suspicious-site.com"}
@@ -17733,19 +17731,13 @@ Common examples:
17733
17731
  - Mistral: POST https://mpp.t2000.ai/mistral/v1/chat/completions {"model":"mistral-large-latest","messages":[{"role":"user","content":"Hello"}]}
17734
17732
  - Cohere: POST https://mpp.t2000.ai/cohere/v1/chat {"model":"command-r-plus","message":"Hello"}
17735
17733
 
17736
- RELOADLY GIFT CARDS:
17737
- - Ask the user for their country and email if not already known in the conversation.
17738
- - First browse: POST /reloadly/v1/products {"countryCode":"AU"} to find the right productId for their country.
17739
- - Then order: POST /reloadly/v1/order {"productId":XXXX,"unitPrice":25,"countryCode":"AU","recipientEmail":"user@email.com"}
17740
- - Reloadly emails the gift card with a "Redeem Now" button.
17741
- - Redemption links: Amazon https://www.amazon.com/gc/redeem?claimCode={code}, Google Play https://play.google.com/redeem?code={code}, others show code + redeemInstruction.concise.
17742
- - Set maxPrice higher for gift cards (e.g. $50 for a $25 card to cover 5% markup).`,
17734
+ `,
17743
17735
  {
17744
17736
  url: external_exports.string().describe("Full URL of the MPP service endpoint (use t2000_services to discover available URLs)"),
17745
17737
  method: external_exports.enum(["GET", "POST", "PUT", "DELETE"]).default("POST").describe("HTTP method (most services use POST)"),
17746
17738
  body: external_exports.string().optional().describe("JSON request body (required for POST endpoints)"),
17747
17739
  headers: external_exports.record(external_exports.string()).optional().describe("Additional HTTP headers"),
17748
- maxPrice: external_exports.number().default(1).describe("Max USD to pay (default: $1.00). Set higher for gift cards/commerce.")
17740
+ maxPrice: external_exports.number().default(1).describe("Max USD to pay (default: $1.00). Set higher for commerce services.")
17749
17741
  },
17750
17742
  async ({ url, method, body, headers, maxPrice }) => {
17751
17743
  try {
@@ -18709,4 +18701,4 @@ async function startMcpServer(opts) {
18709
18701
  export {
18710
18702
  startMcpServer
18711
18703
  };
18712
- //# sourceMappingURL=dist-MJOXMRDV.js.map
18704
+ //# sourceMappingURL=dist-ZTFOTMJO.js.map