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

    Interface ModalResult

    Result from modal interaction

    interface ModalResult {
        action: string;
        inputValue?: string;
    }
    Index

    Properties

    Properties

    action: string

    Which button was clicked (by value or index)

    inputValue?: string

    Input value if modal had an input field