UNPKG

whodis-mcp-server

Version:

Whodis MCP Server for checking the availability of domain names using WHOIS lookups.

11 lines (10 loc) 266 B
import { Command } from 'commander'; /** * Register IP address CLI commands * @param program The Commander program instance */ declare function register(program: Command): void; declare const _default: { register: typeof register; }; export default _default;