/**
 * Barrel file for the perplexity_search tool.
 * Exports the registration function.
 */
export { registerPerplexitySearchTool } from './registration.js';
