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

    Interface UpOptions

    Configuration options for the upCommand function

    interface UpOptions {
        config?: string;
        httpOnly?: boolean;
        stdioOnly?: boolean;
    }
    Index

    Properties

    config?: string

    Optional path to custom .mcp.json configuration file

    httpOnly?: boolean

    Start only HTTP servers with start blocks (for Claude Code Desktop)

    stdioOnly?: boolean

    Start only stdio servers (Claude Code compatible mode)