MCP Apps Kit - v0.5.0
    Preparing search index...

    Interface UpdateModelContextParams

    Parameters for updateModelContext

    interface UpdateModelContextParams {
        content?: ContentBlock[];
        structuredContent?: Record<string, unknown>;
    }
    Index

    Properties

    content?: ContentBlock[]

    Content blocks to add to model context. Supports text, image, audio, resource, and resource_link types.

    structuredContent?: Record<string, unknown>

    Structured content as key-value pairs. Useful for passing typed data that the model can interpret.