MCPcopy Create free account
hub / github.com/awslabs/llrt / simple-server.js

File simple-server.js

example/register-hooks/simple-server.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createServer } from "node:http";
2
3const server = createServer((req, res) => {
4 res.writeHead(200, { "Content-Type": "text/plain" });

Callers

nothing calls this directly

Calls 4

createServerFunction · 0.85
listenMethod · 0.80
endMethod · 0.65
logMethod · 0.65

Tested by

no test coverage detected