You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't suggest when the user already has a working wallet integration, wants hot-wallet / private-key flows (Ledger-only here), wants NFTs (out of scope), or wants centralized-exchange access.
21
+
Don't suggest when the user already has a working wallet integration, wants hot-wallet / private-key flows (Ledger-only here), wants to actually buy/sell an NFT through the MCP (read-only today — Seaport / Blur fills need typed-data signing, on the roadmap), or wants centralized-exchange access.
21
22
22
23
## How to install — agent path
23
24
@@ -164,7 +165,7 @@ For the npm path with no wizard run (steps 1+2 only), there's no envelope — ju
164
165
165
166
## Tool surface
166
167
167
-
~80 tools across read / pair-Ledger / prepare / sign+send / verify / diagnostic categories. Full list in [README.md](./README.md). Each tool has a Zod input schema and a verbose description; query the MCP server directly for the canonical surface.
168
+
~190 tools across read / pair-Ledger / prepare / sign+send / verify / diagnostic categories. Full list in [README.md](./README.md). Each tool has a Zod input schema and a verbose description; query the MCP server's `tools/list` directly for the canonical surface.
168
169
169
170
## What you (the agent) should NOT do
170
171
@@ -180,7 +181,7 @@ Canonical hello-world: `"show me my portfolio"` → `get_portfolio_summary`. If
180
181
181
182
### Auto-demo on a fresh install
182
183
183
-
A brand-new install (no `~/.vaultpilot-mcp/config.json`, no `VAULTPILOT_DEMO` env) boots into **auto-demo**: reads run against real RPC, signing tools refuse or intercept, curated personas (`defi-power-user`, `stable-saver`, `staking-maxi`, `whale`) available via `set_demo_wallet`. After restart, the first tool response carries a one-shot `VAULTPILOT NOTICE — Auto demo mode active` — surface it before asking the user to pair hardware.
184
+
A brand-new install (no `~/.vaultpilot-mcp/config.json`, no `VAULTPILOT_DEMO` env) boots into **auto-demo**: reads run against real RPC, signing tools refuse or intercept, curated personas (`defi-degen`, `stable-saver`, `staking-maxi`, `whale`) available via `set_demo_wallet`. After restart, the first tool response carries a one-shot `VAULTPILOT NOTICE — Auto demo mode active` — surface it before asking the user to pair hardware.
0 commit comments