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.

8 lines 321 B
export declare const VERSION = "1.12.2"; /** * Get the package version. * The version is embedded at build time via scripts/generate-version.mjs * Works in all environments (Node.js, browser, Cloudflare Workers, Deno, etc.) */ export declare function getPackageVersion(): string; //# sourceMappingURL=version.d.ts.map