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