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) • 327 B
JavaScript
/**
* @fileoverview Barrel file for the `perplexityAsk` tool.
* This file serves as the public interface for the perplexity ask tool module,
* primarily exporting the `registerPerplexityAskTool` function.
* @module src/mcp-server/tools/perplexityAsk/index
*/
export { registerPerplexityAskTool } from "./registration.js";