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

    Interface ResolvedServerConfig

    Resolved server configuration.

    interface ResolvedServerConfig {
        configDir: string;
        fullConfig: ServersConfig;
        serverConfig: ServerConfig;
        serverName: string;
    }
    Index

    Properties

    configDir: string

    Working directory for the server (cwd for inline, config dir for file)

    fullConfig: ServersConfig

    Full servers config (for HTTP auth flow that needs full config)

    serverConfig: ServerConfig

    The server configuration object

    serverName: string

    Server name for display purposes