@toon-protocol/client-mcp 0.3.0 → 0.4.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/README.md +4 -0
- package/dist/app/index.html +44 -42
- package/dist/{chunk-QFHCXJ2V.js → chunk-HDAH6TAT.js} +38 -2
- package/dist/chunk-HDAH6TAT.js.map +1 -0
- package/dist/{chunk-XV52IHVR.js → chunk-MAQ3UZPR.js} +78 -10
- package/dist/chunk-MAQ3UZPR.js.map +1 -0
- package/dist/{chunk-CQ2QIZ6Z.js → chunk-WGR4UZ34.js} +67 -1
- package/dist/chunk-WGR4UZ34.js.map +1 -0
- package/dist/daemon.js +2 -2
- package/dist/index.d.ts +37 -1
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +3 -3
- package/dist/chunk-CQ2QIZ6Z.js.map +0 -1
- package/dist/chunk-QFHCXJ2V.js.map +0 -1
- package/dist/chunk-XV52IHVR.js.map +0 -1
package/README.md
CHANGED
|
@@ -68,6 +68,10 @@ 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
|
+
> **Trying the public devnet?** See [docs/devnet-mcp-quickstart.md](../../docs/devnet-mcp-quickstart.md)
|
|
72
|
+
> for a known-good, end-to-end-verified proxy-mode config (the explicit settlement maps the core
|
|
73
|
+
> devnet preset still omits), faucet funding, and the Windows/WSL bridge.
|
|
74
|
+
|
|
71
75
|
## First run (zero-config onboarding)
|
|
72
76
|
|
|
73
77
|
On the **first** `toon-clientd run`/`start` (including the auto-spawn from
|