MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / supervisedServiceOrigin

Function supervisedServiceOrigin

apps/cli/src/main.ts:2796–2796  ·  view source on GitHub ↗
(port: number)

Source from the content-addressed store, hash-verified

2794// ---------------------------------------------------------------------------
2795
2796const supervisedServiceOrigin = (port: number): string => `http://127.0.0.1:${port}`;
2797
2798const LOCAL_SERVICE_HOSTS = new Set(["localhost", "127.0.0.1", "::1", "[::1]"]);
2799

Callers 1

installServiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected