UNPKG

@cyanheads/jinaai-mcp-server

Version:

A Model Context Protocol (MCP) server that provides intelligent web reading capabilities using the Jina AI Reader API. It extracts clean, LLM-ready content from any URL.

7 lines 229 B
/** * @fileoverview Barrel file for the scheduling module. * Exports the singleton schedulerService for application-wide use. * @module src/utils/scheduling */ export * from "./scheduler.js"; //# sourceMappingURL=index.js.map