@mcp-z/cli
    Preparing search index...

    Interface Dimension

    interface Dimension {
        choices: string[];
        name: string;
        type: "env" | "arg";
    }
    Index

    Properties

    Properties

    choices: string[]
    name: string
    type: "env" | "arg"