mcp-use TypeScript API
    Preparing search index...

    Interface ProxyPrompt

    Prompt metadata consumed while introspecting an upstream connection.

    interface ProxyPrompt {
        arguments?: {}[];
        description?: string;
        name: string;
        title?: string;
    }
    Index
    arguments?: {}[]

    String arguments accepted by the prompt.

    description?: string

    Human-readable prompt description.

    name: string

    Upstream prompt name.

    title?: string

    Human-readable prompt title.