@cyanheads/pubmed-mcp-server
Version:
Production-ready PubMed Model Context Protocol (MCP) server that empowers AI agents and research tools with comprehensive access to PubMed's article database. Enables advanced, automated LLM workflows for searching, retrieving, analyzing, and visualizing
8 lines • 327 B
TypeScript
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