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 449 B
/** * @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<void>; //# sourceMappingURL=registration.d.ts.map