whodis-mcp-server
Version:
Whodis MCP Server for checking the availability of domain names using WHOIS lookups.
13 lines (12 loc) • 408 B
TypeScript
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
* @function registerTools
* @description Registers the IP address lookup tool ('get-ip-details') 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;