/**
 * @fileoverview Barrel file for the `perplexitySearch` tool.
 * This file serves as the public interface for the perplexity search tool module,
 * primarily exporting the `registerPerplexitySearchTool` function.
 * @module src/mcp-server/tools/perplexitySearch/index
 */
export { registerPerplexitySearchTool } from "./registration.js";
