@toon-protocol/client-mcp 0.10.7 → 0.10.9
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 +3 -3
- package/dist/app/index.html +65 -60
- package/dist/{chunk-NDIIPZB4.js → chunk-CS4B3GET.js} +3 -3
- package/dist/chunk-CS4B3GET.js.map +1 -0
- package/dist/{chunk-XYR3ACYX.js → chunk-UHITXU5V.js} +38 -5
- package/dist/chunk-UHITXU5V.js.map +1 -0
- package/dist/{chunk-CF4X4QPI.js → chunk-X4GKWZQP.js} +11 -5
- package/dist/chunk-X4GKWZQP.js.map +1 -0
- package/dist/daemon.js +15 -3
- package/dist/daemon.js.map +1 -1
- package/dist/index.d.ts +16 -8
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-CF4X4QPI.js.map +0 -1
- package/dist/chunk-NDIIPZB4.js.map +0 -1
- package/dist/chunk-XYR3ACYX.js.map +0 -1
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
isEventExpired,
|
|
16
16
|
parseIlpPeerInfo,
|
|
17
17
|
readConfigFile
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-UHITXU5V.js";
|
|
19
19
|
import {
|
|
20
20
|
__require
|
|
21
21
|
} from "./chunk-F22GNSF6.js";
|
|
@@ -36,7 +36,7 @@ var CONFIG_HELP = {
|
|
|
36
36
|
proxyUrl: "Connector-proxy base URL (deployed devnet/testnet edge). When set, paid writes route through `POST /ilp` and no BTP socket is needed. Set `destination` to the apex ILP address (e.g. g.proxy for devnet).",
|
|
37
37
|
faucetUrl: "Devnet faucet base URL (e.g. https://faucet.devnet.toonprotocol.dev) used to drip test funds before publishing.",
|
|
38
38
|
btpUrl: "BTP WebSocket URL of the apex/connector for paid writes. Optional when `proxyUrl` is set.",
|
|
39
|
-
relayUrl: "
|
|
39
|
+
relayUrl: "Relay WebSocket URL for FREE reads. Default ws://localhost:7100.",
|
|
40
40
|
destination: "Default ILP publish destination (apex address). Default g.proxy.",
|
|
41
41
|
keystorePath: "Auto-generated encrypted identity. Do not hand-edit; back up your seed phrase."
|
|
42
42
|
};
|
|
@@ -2662,4 +2662,4 @@ export {
|
|
|
2662
2662
|
PublishRejectedError,
|
|
2663
2663
|
registerRoutes
|
|
2664
2664
|
};
|
|
2665
|
-
//# sourceMappingURL=chunk-
|
|
2665
|
+
//# sourceMappingURL=chunk-CS4B3GET.js.map
|