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

    Interface ReadResourceOptions

    Options for inline server configuration.

    interface ReadResourceOptions {
        config?: string;
        json?: boolean;
        run?: string;
        server?: string;
        serverConfig?: string;
        uri: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    config?: string

    Config file path (mutually exclusive with inline options)

    json?: boolean
    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

    uri: string
    url?: string

    HTTP server URL