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.

6 lines 167 B
/** * @fileoverview Barrel file for network utilities. * @module src/utils/network/index */ export * from "./fetchWithTimeout.js"; //# sourceMappingURL=index.js.map