From 460a2a583f8a79271be01038aa1b0487616c31b7 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 24 Dec 2025 18:15:08 +0700 Subject: [PATCH] Run E2E tests for Codex MCP --- plan.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plan.md b/plan.md index 0be3c38af..f59856dde 100644 --- a/plan.md +++ b/plan.md @@ -21,10 +21,13 @@ Build a new Codex MCP provider side‑by‑side with the existing Codex SDK prov - Abort/close handling. - **Done (2025-12-24 18:12)**: Added Codex MCP provider with stdio client, event mapping, permissions, persistence, and abort handling. -- [ ] **Test (E2E)**: Run tests and add follow-up tasks based on results. +- [x] **Test (E2E)**: Run tests and add follow-up tasks based on results. - If failures: add fix tasks immediately after this task. - If passes: add next audit/review task. + - **Done (2025-12-24 18:14)**: Ran Vitest E2E suite (`agent-mcp.e2e.test.ts`, `model-catalog.e2e.test.ts`); all tests passed. + +- [ ] **Review**: Audit E2E coverage and environment requirements for Codex MCP provider. - [ ] **Review**: Check implementation + edge cases.