UNPKG

mcp-use

Version:

Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents, Clients and Servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.

10 lines 451 B
/** * Observability module for MCP-use. * * This module provides centralized observability management for LangChain agents, * supporting multiple platforms like Langfuse and Laminar. */ import "./langfuse.js"; export { langfuseClient, langfuseHandler, langfuseInitPromise, } from "./langfuse.js"; export { createManager, getDefaultManager, type ObservabilityConfig, ObservabilityManager, } from "./manager.js"; //# sourceMappingURL=index.d.ts.map