UNPKG

mcp-use

Version:

A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.

11 lines 476 B
/** * Langfuse observability integration for MCP-use. * * This module provides automatic instrumentation and callback handler * for Langfuse observability platform. */ import type { BaseCallbackHandler } from '@langchain/core/callbacks/base'; export declare const langfuseHandler: () => BaseCallbackHandler | null; export declare const langfuseClient: () => any; export declare const langfuseInitPromise: () => Promise<void> | null; //# sourceMappingURL=langfuse.d.ts.map