UNPKG

cotiv2-mcp

Version:

> A plug-and-play MCP tool server to **send COTI**, **transfer BEP-20 tokens**, **deploy tokens**, and **interact with smart contracts** on the **COTI v2 Network (COTI)** — built for **Claude Desktop**, **AI agents**, and **developers.**

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