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.

8 lines 356 B
/** * @fileoverview Barrel file for the Jina Reader tool. * This file exports the registration function for the tool, making it available * to the main server for initialization. * @module src/mcp-server/tools/jinaReader/index */ export { registerJinaReaderTool as registerJinaReaderTool } from "./registration.js"; //# sourceMappingURL=index.d.ts.map