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

    Interface InlineConfigOptions

    Options for inline server configuration.

    interface InlineConfigOptions {
        config?: string;
        run?: string;
        server?: string;
        serverConfig?: string;
        url?: string;
    }
    Index

    Properties

    config?: string

    Config file path (mutually exclusive with inline options)

    run?: string

    Stdio run command string (e.g., "npx -y @echo/server")

    server?: string

    Server name (optional when inline config provided)

    serverConfig?: string

    Full server config as JSON string

    url?: string

    HTTP server URL