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

9 lines (8 loc) 242 B
#!/usr/bin/env node /** * @fileoverview Main entry point for the MCP application. * This script initializes the configuration, sets up the logger, starts the * MCP server, and handles graceful shutdown. * @module src/index */ export {};