mcp-use TypeScript API
    Preparing search index...

    Variable ImageConst

    Image: React.FC<React.ImgHTMLAttributes<HTMLImageElement>> = ...

    Image element that resolves root-relative src paths against the project's public/ directory via the request-scoped config injected into the synthesized view document.

    Root-relative paths (starting with /) resolve to absolute URLs under ${basePath}/_mcp-use/public/. Absolute http(s): and data: URLs pass through unchanged. Fully-relative paths are left as-is.