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.

11 lines 494 B
import React from "react"; /** * Image component that automatically handles absolute paths using the MCP public URL. * * If the src starts with /, it will be prefixed with the MCP public URL (e.g. http://localhost:3000/mcp-use/public). * If the src is already absolute (starts with http or data:), it will be used as is. * * @param props Standard img props */ export declare const Image: React.FC<React.ImgHTMLAttributes<globalThis.HTMLImageElement>>; //# sourceMappingURL=Image.d.ts.map