/** * @fileoverview Handles registration and error handling for the `jinaai_read_webpage` tool. * @module src/mcp-server/tools/jinaReader/registration * @see {@link src/mcp-server/tools/jinaReader/logic.ts} for the core business logic and schemas. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare const registerJinaReaderTool: (server: McpServer) => Promise; //# sourceMappingURL=registration.d.ts.map