| 1 | import { describe, expect } from "bun:test" |
| 2 | import { Context, Effect, Layer } from "effect" |
| 3 | import { HttpApiApp } from "../../src/server/routes/instance/httpapi/server" |
| 4 | import { McpPaths } from "../../src/server/routes/instance/httpapi/groups/mcp" |
nothing calls this directly
no test coverage detected