UNPKG

uniderp-mcp

Version:

> A plug-and-play MCP tool server to **send ETH**, **transfer ERC-20 tokens**, **deploy tokens**, and **interact with smart contracts** on the **UNICHAIN** — built for **Claude Desktop**, **AI agents**, and **developers.**

20 lines (16 loc) 349 B
// src/cli/help.ts export function printHelp() { console.log(` 📦 UNIDERP MCP CLI Usage: uniderp-mcp [options] Options: -i, --init Initialize configuration -v, --version Show CLI version -h, --help Show help info Examples: uniderp-mcp --init uniderp-mcp --version uniderp-mcp `); }