noodle-perplexity-mcp
Version:
A Perplexity API Model Context Protocol (MCP) server that unlocks Perplexity's search-augmented AI capabilities for LLM agents. Features robust error handling, secure input validation, and transparent reasoning with the showThinking parameter. Built with
8 lines (7 loc) • 373 B
TypeScript
/**
* @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";