@toon-protocol/client-mcp 0.7.1 → 0.8.2

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.
@@ -10358,7 +10358,7 @@ var ToonClient = class {
10358
10358
  }
10359
10359
  /**
10360
10360
  * Per-chain settlement readiness for the configured `network` tier, mirroring
10361
- * the townhouse node's status. Returns `undefined` when no named `network` is
10361
+ * the relay node's status. Returns `undefined` when no named `network` is
10362
10362
  * set (or `network: 'custom'`), since there is no preset tier to report on.
10363
10363
  */
10364
10364
  getNetworkStatus() {
@@ -10676,7 +10676,7 @@ var ToonClient = class {
10676
10676
  return client.fetch(url, opts);
10677
10677
  }
10678
10678
  /**
10679
- * Sends a raw swap ILP packet (Story 12.5) to a Mill peer with an attached
10679
+ * Sends a raw swap ILP packet (Story 12.5) to a swap peer with an attached
10680
10680
  * balance-proof claim. This is a lower-level surface than `publishEvent`:
10681
10681
  * it forwards the raw `IlpSendResult` so the sender (`streamSwap()`) can
10682
10682
  * decode FULFILL metadata itself.
@@ -11854,7 +11854,7 @@ function resolveConfig(file) {
11854
11854
  const httpPort = Number(
11855
11855
  process.env["TOON_CLIENT_HTTP_PORT"] ?? file.httpPort ?? 8787
11856
11856
  );
11857
- const destination = process.env["TOON_CLIENT_DESTINATION"] ?? file.destination ?? genesisSeed?.ilpAddress ?? "g.townhouse.town";
11857
+ const destination = process.env["TOON_CLIENT_DESTINATION"] ?? file.destination ?? genesisSeed?.ilpAddress ?? "g.proxy";
11858
11858
  const routes = deriveRouteDestinations(destination);
11859
11859
  const publishDestination = process.env["TOON_CLIENT_PUBLISH_DESTINATION"] ?? file.publishDestination ?? routes.publish;
11860
11860
  const storeDestination = process.env["TOON_CLIENT_STORE_DESTINATION"] ?? file.storeDestination ?? routes.store;
@@ -12232,4 +12232,4 @@ export {
12232
12232
  @scure/bip32/lib/esm/index.js:
12233
12233
  (*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
12234
12234
  */
12235
- //# sourceMappingURL=chunk-CHTBE4PI.js.map
12235
+ //# sourceMappingURL=chunk-UEP6PFZN.js.map