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