This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryStandalone binaries eliminate Node.js/npm requirements for MCP server and setup wizard.
Full changelog
Headline
- Standalone binaries for Linux x64, macOS arm64, macOS x64, Windows x64 — no Node.js / npm / native-compile toolchain required. Each platform ships an MCP server binary plus a setup wizard binary; download the matching pair from the asset list below.
- Broad-audience onboarding — auto-register MCP entry into Claude Desktop / Claude Code / Cursor configs; zero-config RPC fallbacks (PublicNode); Linux udev auto-detect; Ledger app-state probe + version-aware pairing hints; lazy nonce-init on first Solana send; companion
vaultpilot-setupskill with conversational/setup. - Kamino lending —
prepare_kamino_init_user/_supply/_borrow/_withdraw/_repay+get_kamino_positions+ portfolio integration. - Bitcoin Phase 1 PR1 — indexer abstraction, balances, fee estimates, tx history.
- LiFi cross-chain — EVM ↔ Solana ↔ TRON routing with bridge-intent decode defenses.
- Marinade + native Solana staking writes; Solana staking reads (Marinade / Jito / native).
- Nonce-aware dropped-tx polling — on-chain nonce as authoritative signal for durable-nonce txs.
- TRC-20 approve for LiFi-on-TRON.
Onboarding plan completion
Items shipped from HIGH-plan-broad-audience-onboarding.md: 1.1, 1.2, 1.3, 1.4, 2.1, 2.2, 2.3, 3.2, 3.3. Pivoted 3.1 to Helius CLI guidance in the setup skill (OAuth premise was incorrect; documented).
Install
Three install paths in increasing developer-friendliness:
- Bundled binary (zero prerequisites) — download the pair below for your OS, mark executable, run setup wizard, point your MCP client at the server binary.
- npm —
npm install -g vaultpilot-mcp && vaultpilot-mcp-setup. - From source —
git clone && npm install && npm run build.
Companion skills (recommended): clone vaultpilot-skill to ~/.claude/skills/vaultpilot-preflight/ and vaultpilot-setup-skill to ~/.claude/skills/vaultpilot-setup/. The setup wizard offers to do this automatically.
Skill integrity pin
Preflight skill SHA-256 verified against the pinned hash in src/index.ts: 10db66ad5fcfa250b4a5a753fd745eac4dc358b41ccfc1a1258f67040b7eddea.
Notes
- This is the first release with the binary matrix workflow. The 4-OS build runs in parallel with the npm publish on
release.published. If a target fails to upload, re-runrelease-binariesvia workflow_dispatch withtag: v0.6.1. - 1009 tests pass on this commit; build clean.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About szhygulin/recon-crypto-mcp
Self-custodial crypto portfolio for AI agents. Reads EVM wallet balances, ENS, token prices, and DeFi positions across Ethereum/Arbitrum/Polygon/Base (Aave V3, Compound V3, Morpho Blue, Uniswap V3 LP, Lido, EigenLayer), surfaces health-factor alerts and protocol risk scores, then prepares unsigned transactions (supply, borrow, repay, withdraw, stake, send, LiFi swap/bridge) signed on Ledger via WalletConnect — private keys never leave the hardware wallet.
Related context
Beta — feedback welcome: [email protected]