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.

7 lines 239 B
/** * @fileoverview Barrel file for network utilities. * @module src/utils/network/index */ export * from "./fetchWithTimeout.js"; export type { FetchWithTimeoutOptions } from "./fetchWithTimeout.js"; //# sourceMappingURL=index.d.ts.map