UNPKG

whodis-mcp-server

Version:

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

12 lines (11 loc) 351 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Registers the domain availability tool with the MCP server. * * @param {McpServer} server - The MCP server instance. */ declare function registerTools(server: McpServer): void; declare const _default: { registerTools: typeof registerTools; }; export default _default;