Skip to content

[enhancement] Add the ability to specify a connection name #173

@SashaYurchenko

Description

@SashaYurchenko

Right now the default name is used which is "Unknown"
Screenshot 2024-01-27 at 17 48 30

It would be nice to set a friendly name for any new connection by passing it in the client properties.

export interface ConnectionParams {
    hostname: string;
    port: number;
    ...
    connectionName?: string;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions