@modelcontextprotocol/ext-apps - v0.4.0
    Preparing search index...

    Interface McpUiSupportedContentBlockModalities

    MCP Apps Protocol Types and Schemas

    This file re-exports types from spec.types.ts and schemas from generated/schema.ts. Compile-time verification is handled by generated/schema.test.ts.

    • spec.types.ts for the source of truth TypeScript interfaces
    • generated/schema.ts for auto-generated Zod schemas
    • generated/schema.test.ts for compile-time verification
    interface McpUiSupportedContentBlockModalities {
        audio?: {};
        image?: {};
        resource?: {};
        resourceLink?: {};
        structuredContent?: {};
        text?: {};
    }
    Index

    Properties

    audio?: {}

    Host supports audio content blocks.

    image?: {}

    Host supports image content blocks.

    resource?: {}

    Host supports resource content blocks.

    resourceLink?: {}

    Host supports resource link content blocks.

    structuredContent?: {}

    Host supports structured content.

    text?: {}

    Host supports text content blocks.