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

    Interface InspectOptions

    interface InspectOptions {
        attach?: boolean;
        config?: string;
        health?: boolean;
        json?: boolean;
        prompts?: boolean;
        resources?: boolean;
        servers?: string;
        tools?: boolean;
        verbose?: boolean;
    }
    Index

    Properties

    attach?: boolean
    config?: string
    health?: boolean
    json?: boolean
    prompts?: boolean
    resources?: boolean
    servers?: string
    tools?: boolean
    verbose?: boolean