MCPcopy Create free account
hub / github.com/Noumena-Network/code / buildNoumenaPlatformWebSocketUrl

Function buildNoumenaPlatformWebSocketUrl

src/utils/platformUrls.ts:58–61  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

56}
57
58export function buildNoumenaPlatformWebSocketUrl(path: string): string {
59 const normalizedPath = path.startsWith('/') ? path.slice(1) : path
60 return `${getNoumenaPlatformWebSocketBaseUrl()}/${normalizedPath}`
61}

Callers 2

connectMethod · 0.85

Calls 1

Tested by

no test coverage detected