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) 159 B
/** * Barrel file for the perplexity_search tool. * Exports the registration function. */ export { registerPerplexitySearchTool } from './registration.js';