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, transparent reasoning, and multimodal support with file attachments (P
8 lines (7 loc) • 389 B
TypeScript
/**
* @fileoverview Barrel file for the `perplexityThinkAndAnalyze` tool.
* This file serves as the public interface for the perplexity think and analyze tool module,
* primarily exporting the `registerPerplexityThinkAndAnalyzeTool` function.
* @module src/mcp-server/tools/perplexityThinkAndAnalyze/index
*/
export { registerPerplexityThinkAndAnalyzeTool } from "./registration.js";