@toon-protocol/client-mcp 0.29.5 → 0.29.6
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-HA25XT52.js → chunk-CY5GWIH5.js} +2 -2
- package/dist/{chunk-MX2QK3SR.js → chunk-OMEKDTJ4.js} +7 -2
- package/dist/{chunk-MX2QK3SR.js.map → chunk-OMEKDTJ4.js.map} +1 -1
- package/dist/{chunk-UHZRN63P.js → chunk-WYWUAKYM.js} +2 -2
- package/dist/daemon.js +2 -2
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-HA25XT52.js.map → chunk-CY5GWIH5.js.map} +0 -0
- /package/dist/{chunk-UHZRN63P.js.map → chunk-WYWUAKYM.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import { createRequire as __cr } from 'module'; const require = __cr(import.meta
|
|
|
2
2
|
import {
|
|
3
3
|
ControlApiError,
|
|
4
4
|
DaemonUnreachableError
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OMEKDTJ4.js";
|
|
6
6
|
|
|
7
7
|
// src/mcp-tools.ts
|
|
8
8
|
var TOOL_DEFINITIONS = [
|
|
@@ -202,4 +202,4 @@ export {
|
|
|
202
202
|
TOOL_DEFINITIONS,
|
|
203
203
|
dispatchTool
|
|
204
204
|
};
|
|
205
|
-
//# sourceMappingURL=chunk-
|
|
205
|
+
//# sourceMappingURL=chunk-WYWUAKYM.js.map
|
package/dist/daemon.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createRequire as __cr } from 'module'; const require = __cr(import.meta
|
|
|
3
3
|
import {
|
|
4
4
|
ClientRunner,
|
|
5
5
|
registerRoutes
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-CY5GWIH5.js";
|
|
7
7
|
import {
|
|
8
8
|
ControlClient,
|
|
9
9
|
ToonClient,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
resolveConfig,
|
|
17
17
|
spawnDaemonDetached,
|
|
18
18
|
waitForReady
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-OMEKDTJ4.js";
|
|
20
20
|
import "./chunk-32QD72IL.js";
|
|
21
21
|
import "./chunk-QTDCFXPF.js";
|
|
22
22
|
import "./chunk-LR7W2ISE.js";
|
package/dist/index.js
CHANGED
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
PublishRejectedError,
|
|
6
6
|
RelaySubscription,
|
|
7
7
|
registerRoutes
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CY5GWIH5.js";
|
|
9
9
|
import {
|
|
10
10
|
TOOL_DEFINITIONS,
|
|
11
11
|
dispatchTool
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WYWUAKYM.js";
|
|
13
13
|
import {
|
|
14
14
|
ControlApiError,
|
|
15
15
|
ControlClient,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
resolveMnemonic,
|
|
27
27
|
spawnDaemonDetached,
|
|
28
28
|
waitForReady
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-OMEKDTJ4.js";
|
|
30
30
|
import "./chunk-32QD72IL.js";
|
|
31
31
|
import "./chunk-QTDCFXPF.js";
|
|
32
32
|
import "./chunk-LR7W2ISE.js";
|
package/dist/mcp.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createRequire as __cr } from 'module'; const require = __cr(import.meta
|
|
|
3
3
|
import {
|
|
4
4
|
TOOL_DEFINITIONS,
|
|
5
5
|
dispatchTool
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-WYWUAKYM.js";
|
|
7
7
|
import {
|
|
8
8
|
ControlClient,
|
|
9
9
|
defaultConfigPath,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
readConfigFile,
|
|
12
12
|
spawnDaemonDetached,
|
|
13
13
|
waitForReady
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-OMEKDTJ4.js";
|
|
15
15
|
import "./chunk-32QD72IL.js";
|
|
16
16
|
import "./chunk-QTDCFXPF.js";
|
|
17
17
|
import "./chunk-LR7W2ISE.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toon-protocol/client-mcp",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.6",
|
|
4
4
|
"description": "Always-on local daemon + MCP server letting a Claude agent (Desktop or Code) act as a TOON Protocol client: pay-to-write publishing, free reads, channel/balance management, and mill swaps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Green",
|
|
File without changes
|
|
File without changes
|