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.
6 lines • 402 B
TypeScript
import type { BaseLanguageModel } from "@langchain/core/language_models/base";
export { VERSION, getPackageVersion } from "../version.js";
export declare function getModelProvider(llm: BaseLanguageModel): string;
export declare function getModelName(llm: BaseLanguageModel): string;
export declare function extractModelInfo(llm: BaseLanguageModel): [string, string];
//# sourceMappingURL=utils.d.ts.map