/** * @fileoverview Handles registration and error handling for the `perplexity_search` tool. * @module src/mcp-server/tools/perplexitySearch/registration */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Registers the 'perplexity_search' tool with the MCP server instance. * @param server - The MCP server instance. */ export declare const registerPerplexitySearchTool: (server: McpServer) => Promise;