UNPKG

whodis-mcp-server

Version:

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

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