@toon-protocol/client-mcp 0.10.6 → 0.10.7
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 +19 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -68,6 +68,25 @@ npx -y -p @toon-protocol/client-mcp toon-mcp # MCP stdio server
|
|
|
68
68
|
npx -y -p @toon-protocol/client-mcp toon-clientd # daemon
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
+
### Claude Desktop — one-click extension (`.mcpb`)
|
|
72
|
+
|
|
73
|
+
Claude Desktop installs local MCP servers as **extensions**, not by editing
|
|
74
|
+
`claude_desktop_config.json`. Download the bundle and install it from the UI — no
|
|
75
|
+
JSON, no terminal:
|
|
76
|
+
|
|
77
|
+
**Stable download:**
|
|
78
|
+
[`releases/download/mcpb-latest/toon.mcpb`](https://github.com/toon-protocol/toon-client/releases/download/mcpb-latest/toon.mcpb)
|
|
79
|
+
— always the newest build. For a pinned version, grab `toon-<version>.mcpb` from
|
|
80
|
+
[Releases](https://github.com/toon-protocol/toon-client/releases).
|
|
81
|
+
|
|
82
|
+
1. Download `toon.mcpb`.
|
|
83
|
+
2. Claude Desktop → **Settings → Extensions → Advanced → Install Extension…**
|
|
84
|
+
3. Select the `.mcpb` and confirm.
|
|
85
|
+
|
|
86
|
+
The bundle ships the **same** `toon-mcp` server (plus the daemon) as the npm
|
|
87
|
+
package and the Claude Code plugin — it's built and attached to each release
|
|
88
|
+
automatically. An identity auto-generates on first run (see below).
|
|
89
|
+
|
|
71
90
|
> **Trying the public devnet?** See [docs/devnet-mcp-quickstart.md](../../docs/devnet-mcp-quickstart.md)
|
|
72
91
|
> for a known-good, end-to-end-verified proxy-mode config (the explicit settlement maps the core
|
|
73
92
|
> devnet preset still omits), faucet funding, and the Windows/WSL bridge.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toon-protocol/client-mcp",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
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 swaps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Green",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"typescript": "^5.3.0",
|
|
50
50
|
"vitest": "^1.0.0",
|
|
51
51
|
"@toon-protocol/client": "0.14.8",
|
|
52
|
-
"@toon-protocol/
|
|
53
|
-
"@toon-protocol/
|
|
52
|
+
"@toon-protocol/views": "0.10.7",
|
|
53
|
+
"@toon-protocol/arweave": "0.1.1"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=20"
|