Connection: {
    transport:
        | undefined
        | "stdio"
        | "http"
        | "sse";
    type:
        | undefined
        | "stdio"
        | "http"
        | "sse";
}

Union type for all transport connection types