Skip to content

Commit 65d2434

Browse files
authored
Merge pull request #27 from szhygulin/chore/bump-0.4.0
Bump version to 0.4.0
2 parents b913bd8 + 22ffb7f commit 65d2434

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.3.1",
3+
"version": "0.4.0",
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.3.1",
6+
"version": "0.4.0",
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.3.1",
17+
"version": "0.4.0",
1818
"transport": { "type": "stdio" },
1919
"environmentVariables": [
2020
{

0 commit comments

Comments
 (0)