UNPKG

whodis-mcp-server

Version:

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

8 lines (7 loc) 288 B
import { IPDetail } from '../services/vendor.ip-api.com.types.js'; /** * Format IP address details into Markdown. * @param ipData - Raw IP details from the ip-api.com service. * @returns Formatted Markdown string. */ export declare function formatIpDetails(ipData: IPDetail): string;