@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.
16 lines • 626 B
TypeScript
/**
* @fileoverview Defines local OpenTelemetry semantic convention constants to ensure
* stability and avoid dependency conflicts with different versions of
* `@opentelemetry/semantic-conventions`.
* @module src/utils/telemetry/semconv
*/
/**
* The method or function name, or equivalent (usually rightmost part of the code unit's name).
*/
export declare const ATTR_CODE_FUNCTION = "code.function";
/**
* The "namespace" within which `code.function` is defined.
* Usually the qualified class or module name, etc.
*/
export declare const ATTR_CODE_NAMESPACE = "code.namespace";
//# sourceMappingURL=semconv.d.ts.map