@toon-protocol/client-mcp 0.20.1 → 0.20.3
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/{chunk-PYRQIHDN.js → chunk-FDUYHYB2.js} +2 -2
- package/dist/{chunk-PYRQIHDN.js.map → chunk-FDUYHYB2.js.map} +1 -1
- package/dist/{chunk-HZYKDGIH.js → chunk-LRHUY3PO.js} +115 -32
- package/dist/chunk-LRHUY3PO.js.map +1 -0
- package/dist/{chunk-XUORDSBA.js → chunk-R3KZIPBQ.js} +11 -14
- package/dist/chunk-R3KZIPBQ.js.map +1 -0
- package/dist/{chunk-HS5WVL2V.js → chunk-UITLRZ7O.js} +2 -2
- package/dist/daemon.js +3 -3
- package/dist/index.js +4 -4
- package/dist/{lib-SPP3AMQ7.js → lib-GNW7AEA7.js} +633 -191
- package/dist/lib-GNW7AEA7.js.map +1 -0
- package/dist/mcp.js +3 -3
- package/dist/{node-WPA2UDEH-QIY3PFYB.js → node-WPA2UDEH-HZP3B4FH.js} +3 -3
- package/dist/{node-WPA2UDEH-QIY3PFYB.js.map → node-WPA2UDEH-HZP3B4FH.js.map} +1 -1
- package/package.json +5 -5
- package/dist/chunk-HZYKDGIH.js.map +0 -1
- package/dist/chunk-XUORDSBA.js.map +0 -1
- package/dist/lib-SPP3AMQ7.js.map +0 -1
- /package/dist/{chunk-HS5WVL2V.js.map → chunk-UITLRZ7O.js.map} +0 -0
package/dist/mcp.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
APP_RESOURCE_URI,
|
|
5
5
|
TOOL_DEFINITIONS,
|
|
6
6
|
dispatchTool
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UITLRZ7O.js";
|
|
8
8
|
import {
|
|
9
9
|
ARWEAVE_GATEWAYS,
|
|
10
10
|
ControlClient,
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
readConfigFile,
|
|
14
14
|
spawnDaemonDetached,
|
|
15
15
|
waitForReady
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-LRHUY3PO.js";
|
|
17
|
+
import "./chunk-FDUYHYB2.js";
|
|
18
18
|
import "./chunk-HMD5EVQI.js";
|
|
19
19
|
import "./chunk-T3WCTWRP.js";
|
|
20
20
|
import "./chunk-3DDN4CJQ.js";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
__esm,
|
|
5
5
|
__export,
|
|
6
6
|
__require
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FDUYHYB2.js";
|
|
8
8
|
import "./chunk-I7TGLGN6.js";
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/@toon-protocol+sdk@3.1.
|
|
10
|
+
// ../../node_modules/.pnpm/@toon-protocol+sdk@3.1.2_mina-signer@3.1.0_typescript@5.9.3/node_modules/@toon-protocol/sdk/dist/node-WPA2UDEH.js
|
|
11
11
|
var require_bignumber = __commonJS({
|
|
12
12
|
"../../node_modules/.pnpm/bignumber.js@9.3.1/node_modules/bignumber.js/bignumber.js"(exports, module) {
|
|
13
13
|
"use strict";
|
|
@@ -8144,4 +8144,4 @@ var node_WPA2UDEH_default = require_node2();
|
|
|
8144
8144
|
export {
|
|
8145
8145
|
node_WPA2UDEH_default as default
|
|
8146
8146
|
};
|
|
8147
|
-
//# sourceMappingURL=node-WPA2UDEH-
|
|
8147
|
+
//# sourceMappingURL=node-WPA2UDEH-HZP3B4FH.js.map
|