mcp-use TypeScript API
    Preparing search index...

    Interface LandingPagePrompt

    A prompt shown in the landing page's primitives list.

    interface LandingPagePrompt {
        description?: string;
        name: string;
        title?: string;
    }
    Index
    description?: string

    Optional prompt description.

    name: string

    Protocol-facing prompt name.

    title?: string

    Optional human-readable prompt title.