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 271 B
/** * @fileoverview Barrel file for metrics-related utility modules. * This file re-exports utilities for collecting and processing metrics, * such as token counting. * @module src/utils/metrics */ export * from "./tokenCounter.js"; //# sourceMappingURL=index.js.map