@modelcontextprotocol/sdk
    Preparing search index...

    Interface BooleanSchema

    interface BooleanSchema {
        default?: boolean;
        description?: string;
        title?: string;
        type: "boolean";
    }
    Index

    Properties

    default?: boolean
    description?: string
    title?: string
    type: "boolean"