UNPKG

perplexity-mcp-server

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

6 lines (5 loc) 246 B
/** * @fileoverview Barrel file for the perplexity_deep_research tool, exporting its registration function. * @module src/mcp-server/tools/perplexityDeepResearch/index */ export { registerPerplexityDeepResearchTool } from './registration.js';