(prefix: string)
| 22 | import type { McpSession } from "../src/surfaces/mcp"; |
| 23 | |
| 24 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 25 | |
| 26 | // The emulator serves its own OpenAPI document (bearer auth, base URL in |
| 27 | // `servers`) — adding by URL with nothing else is exactly what an agent |
no test coverage detected