Skip to content

Commit 5826fb8

Browse files
szhygulinclaude
andcommitted
Bump version to 0.4.1 (security patch)
Security patch release — no API changes, no breaking behaviour. Contains: - TRON rawDataHex verification before Ledger signing (MITM defence) - Feedback issue titles now neutralize @-mentions - RPC config errors no longer echo URLs (prevents API-key leak in logs) - vitest 2.x → 4.x (resolves GHSA-67mh-4wv8-2f99, dev-only) See PR #30 for full details and Socket.dev triage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 78445c3 commit 5826fb8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vaultpilot-mcp",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"mcpName": "io.github.szhygulin/vaultpilot-mcp",
55
"description": "MCP server for AI agents (Claude Code, Claude Desktop, Cursor) to manage a self-custodial crypto portfolio through a Ledger hardware wallet. Reads on-chain wallet balances, ENS, token prices, and DeFi positions across Ethereum/Arbitrum/Polygon/Base (Aave V3, Compound V3, Morpho Blue, Uniswap V3 LP, Lido stETH, EigenLayer), surfaces liquidation/health-factor alerts and protocol risk scores, then prepares unsigned EVM transactions (supply, borrow, repay, withdraw, stake, unstake, native/ERC-20 send, and LiFi-routed swaps and cross-chain bridges) that the user signs on their Ledger device via WalletConnect — private keys never leave the hardware wallet.",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.szhygulin/vaultpilot-mcp",
44
"title": "VaultPilot MCP",
55
"description": "Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect.",
6-
"version": "0.4.0",
6+
"version": "0.4.1",
77
"websiteUrl": "https://github.com/szhygulin/vaultpilot-mcp",
88
"repository": {
99
"url": "https://github.com/szhygulin/vaultpilot-mcp",
@@ -14,7 +14,7 @@
1414
"registryType": "npm",
1515
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "vaultpilot-mcp",
17-
"version": "0.4.0",
17+
"version": "0.4.1",
1818
"transport": { "type": "stdio" },
1919
"environmentVariables": [
2020
{

0 commit comments

Comments
 (0)