MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / getServerDisplayName

Function getServerDisplayName

app/src/modules/hub.js:47–49  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

45}
46
47function getServerDisplayName(server) {
48 return (server.alias || server.addr || '').trim();
49}
50
51function normalizeServerList(list) {
52 if (!Array.isArray(list)) return [];

Callers 2

renderHubCardsFunction · 0.70
showHubConnectOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected