@toon-protocol/client-mcp 0.12.2 → 0.13.0
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 +1 -1
- package/dist/{chunk-EAPVMGLZ.js → chunk-GQENVTED.js} +1508 -10
- package/dist/chunk-GQENVTED.js.map +1 -0
- package/dist/{chunk-XVGREVEL.js → chunk-SL7UGVOC.js} +290 -3
- package/dist/chunk-SL7UGVOC.js.map +1 -0
- package/dist/{chunk-AYIP46A2.js → chunk-UXCFHAUC.js} +44 -5
- package/dist/chunk-UXCFHAUC.js.map +1 -0
- package/dist/daemon.js +3 -3
- package/dist/daemon.js.map +1 -1
- package/dist/index.d.ts +303 -10
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +4 -4
- package/dist/mcp.js.map +1 -1
- package/package.json +5 -4
- package/dist/chunk-AYIP46A2.js.map +0 -1
- package/dist/chunk-EAPVMGLZ.js.map +0 -1
- package/dist/chunk-XVGREVEL.js.map +0 -1
package/README.md
CHANGED
|
@@ -274,7 +274,7 @@ receive a target-chain claim.
|
|
|
274
274
|
results**, never private keys.
|
|
275
275
|
- A single-instance PID lock prevents two daemons from racing the channel nonce
|
|
276
276
|
watermark (which would corrupt the payment proof).
|
|
277
|
-
- The control
|
|
277
|
+
- The control API binds `127.0.0.1` only (no auth layer — it never leaves
|
|
278
278
|
loopback).
|
|
279
279
|
|
|
280
280
|
## Tests
|