Skip to content

Commit 31d79a8

Browse files
authored
Merge pull request #19 from szhygulin/release/0.3.1
Release 0.3.1
2 parents 9093592 + 1ec4640 commit 31d79a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recon-crypto-mcp",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"mcpName": "io.github.szhygulin/recon-crypto-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/recon-crypto-mcp",
44
"title": "Recon Crypto MCP",
55
"description": "Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect.",
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"websiteUrl": "https://github.com/szhygulin/recon-crypto-mcp",
88
"repository": {
99
"url": "https://github.com/szhygulin/recon-crypto-mcp",
@@ -14,7 +14,7 @@
1414
"registryType": "npm",
1515
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "recon-crypto-mcp",
17-
"version": "0.3.0",
17+
"version": "0.3.1",
1818
"transport": { "type": "stdio" },
1919
"environmentVariables": [
2020
{

0 commit comments

Comments
 (0)