UNPKG

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

7 lines (6 loc) 196 B
/** * @fileoverview Barrel file for the scheduling module. * Exports the singleton schedulerService for application-wide use. * @module src/utils/scheduling */ export * from "./scheduler.js";