#!/usr/bin/env node /** * GOAT Network MCP Server * * Exposes the GOAT Network Bitcoin L2 (EVM-compatible) JSON-RPC as MCP tools: * chain info, blocks, transactions, balances, contract reads, logs, fee history. * * Environment: * GOAT_NETWORK mainnet (default) | testnet3 * GOAT_RPC_URL override RPC endpoint (e.g. a private node) */ export {};