MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / startHttpServer

Function startHttpServer

src/api/server.ts:605–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603}
604
605export async function startHttpServer(): Promise<void> {
606 const app = buildHttpServer();
607 await app.listen({
608 host: config.HTTP_HOST,
609 port: config.HTTP_PORT
610 });
611}

Callers 1

index.tsFile · 0.85

Calls 1

buildHttpServerFunction · 0.85

Tested by

no test coverage detected