Skip to content

Commit df8d8ad

Browse files
szhygulinclaude
andcommitted
Shorten server.json description to satisfy registry 100-char cap
MCP Registry validation rejected v0.2.1 with: expected length <= 100 at body.description Trims server.json description to 81 chars (npm description stays verbose for npm-side discoverability) and bumps to 0.2.2 since 0.2.1 is already on npm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent afbbed5 commit df8d8ad

3 files changed

Lines changed: 6 additions & 6 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": "recon-crypto-mcp",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
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 (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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.szhygulin/recon-crypto-mcp",
44
"title": "Recon Crypto MCP",
5-
"description": "MCP server for AI agents (Claude, Cursor) to manage a self-custodial crypto portfolio on Ethereum/Arbitrum/Polygon via Ledger + WalletConnect. Reads on-chain DeFi positions (Aave V3, Compound V3, Morpho Blue, Uniswap V3 LP, Lido, EigenLayer), surfaces liquidation/health-factor alerts, and prepares unsigned EVM transactions (supply, borrow, repay, withdraw, stake, unstake, native/ERC-20 send, LiFi-routed swaps and bridges) that the user signs on their Ledger device. Private keys never leave the hardware wallet.",
6-
"version": "0.2.1",
5+
"description": "Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect.",
6+
"version": "0.2.2",
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.2.1",
17+
"version": "0.2.2",
1818
"transport": { "type": "stdio" },
1919
"environmentVariables": [
2020
{

0 commit comments

Comments
 (0)