@toon-protocol/client-mcp 0.5.2 → 0.6.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/dist/app/index.html +49 -49
- package/dist/{chunk-R75M6TK6.js → chunk-TDXKG3EI.js} +140 -23
- package/dist/chunk-TDXKG3EI.js.map +1 -0
- package/dist/{chunk-WLOJHGH2.js → chunk-V2SV6C3U.js} +7 -7
- package/dist/chunk-V2SV6C3U.js.map +1 -0
- package/dist/{chunk-APL3TRE6.js → chunk-XBD4J7XA.js} +29 -14
- package/dist/chunk-XBD4J7XA.js.map +1 -0
- package/dist/daemon.js +2 -2
- package/dist/e2e/run-journey.js +1 -1
- package/dist/e2e/run-journey.js.map +1 -1
- package/dist/index.d.ts +37 -8
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +4 -3
- package/dist/chunk-APL3TRE6.js.map +0 -1
- package/dist/chunk-R75M6TK6.js.map +0 -1
- package/dist/chunk-WLOJHGH2.js.map +0 -1
package/dist/daemon.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
ClientRunner,
|
|
5
5
|
registerRoutes,
|
|
6
6
|
scaffoldFirstRun
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XBD4J7XA.js";
|
|
8
8
|
import {
|
|
9
9
|
ControlClient,
|
|
10
10
|
ToonClient,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
resolveConfig,
|
|
18
18
|
spawnDaemonDetached,
|
|
19
19
|
waitForReady
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-TDXKG3EI.js";
|
|
21
21
|
import "./chunk-32QD72IL.js";
|
|
22
22
|
import "./chunk-DLYE6U2Z.js";
|
|
23
23
|
import "./chunk-LR7W2ISE.js";
|
package/dist/e2e/run-journey.js
CHANGED
|
@@ -19723,7 +19723,7 @@ profile are present. Report the published event ids.`
|
|
|
19723
19723
|
name: "store",
|
|
19724
19724
|
tools: [...READ, T3("upload_media")],
|
|
19725
19725
|
goal: `Store leg. Upload a TINY media blob (a few bytes, e.g. a small text or 1x1 PNG
|
|
19726
|
-
as base64) via
|
|
19726
|
+
as base64) via toon_upload, then read it back and CONFIRM an Arweave URL / tx id was
|
|
19727
19727
|
returned and the media event is retrievable. Report the URL/tx.`
|
|
19728
19728
|
},
|
|
19729
19729
|
defi: {
|