(input?: { mcpInstructions?: MCP.ServerInstructions[]; processor?: "blocking" })
| 236 | } |
| 237 | |
| 238 | function makeHttpNoLLMServer(input?: { mcpInstructions?: MCP.ServerInstructions[]; processor?: "blocking" }) { |
| 239 | return makePrompt(input) |
| 240 | } |
| 241 | |
| 242 | const it = testEffect(makeHttp()) |
| 243 | const noLLMServer = testEffect(makeHttpNoLLMServer()) |
no test coverage detected