mcp-use TypeScript API
    Preparing search index...

    Interface UserAgent

    Use native v2 host context. Removed in mcp-use v3.

    interface UserAgent {
        capabilities: { hover: boolean; touch: boolean };
        device: { type: "unknown" | "desktop" | "mobile" | "tablet" };
    }
    Index
    capabilities: { hover: boolean; touch: boolean }

    Input capabilities.

    device: { type: "unknown" | "desktop" | "mobile" | "tablet" }

    Coarse device category.