| 1 | import { serve } from "@hono/node-server"; |
| 2 | import { Hono } from "hono"; |
| 3 | import { cors } from "hono/cors"; |
| 4 | import { WebStandardStreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/webStandardStreamableHttp.js"; |
nothing calls this directly
no test coverage detected