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 327 B
import { NodeSDK } from "@opentelemetry/sdk-node"; export declare let sdk: NodeSDK | null; /** * Gracefully shuts down the OpenTelemetry SDK. * This function is called during the application's shutdown sequence. */ export declare function shutdownOpenTelemetry(): Promise<void>; //# sourceMappingURL=instrumentation.d.ts.map