| 1 | import { isJSONRPCRequest } from "@modelcontextprotocol/sdk/types.js"; |
| 2 | import { Effect, Match, Predicate } from "effect"; |
| 3 | import { HttpRouter, HttpServerRequest, HttpServerResponse } from "effect/unstable/http"; |
| 4 |
nothing calls this directly
no test coverage detected