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.

7 lines 152 B
/** * MCP Endpoints Module * * Exports endpoint mounting function. */ export { mountMcp } from "./mount-mcp.js"; //# sourceMappingURL=index.d.ts.map