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

8 lines (7 loc) 342 B
/** * @fileoverview Barrel file for the `perplexitySearch` tool. * This file serves as the public interface for the perplexity search tool module, * primarily exporting the `registerPerplexitySearchTool` function. * @module src/mcp-server/tools/perplexitySearch/index */ export { registerPerplexitySearchTool } from "./registration.js";