/** * @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