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