@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 • 354 B
JavaScript
/**
* @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.js.map