@toon-protocol/client-mcp 0.10.5 → 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 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.