feat: add code-mode MCP API files

* feat: add code-mode MCP API files

* fix: satisfy code-mode MCP lint
This commit is contained in:
Peter Steinberger
2026-05-31 21:29:06 +01:00
committed by GitHub
parent b0679d1f13
commit e681569536
18 changed files with 1063 additions and 41 deletions
+3
View File
@@ -679,6 +679,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
{ credentials: ["gemini"], name: "live-cli-backend-gemini" },
{ credentials: ["codex"], name: "live-codex-harness" },
{ credentials: ["openai"], name: "live-codex-media-path" },
{ credentials: ["openai"], name: "live-mcp-code-mode-gateway" },
{ credentials: ["openai"], name: "live-subagent-announce" },
{ credentials: ["codex"], name: "live-codex-bind" },
{ credentials: ["anthropic"], name: "live-acp-bind-claude" },
@@ -850,6 +851,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
"openai-image-auth",
"openai-web-search-minimal",
"mcp-channels",
"mcp-code-mode-gateway",
"cron-mcp-cleanup",
"agent-bundle-mcp-tools",
"crestodian-first-run",
@@ -877,6 +879,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
{ name: "openai-image-auth", stateScenario: "empty" },
{ name: "openai-web-search-minimal", stateScenario: "empty" },
{ name: "mcp-channels", stateScenario: "empty" },
{ name: "mcp-code-mode-gateway", stateScenario: "empty" },
{ name: "cron-mcp-cleanup", stateScenario: "empty" },
{ name: "agent-bundle-mcp-tools", stateScenario: "empty" },
{ name: "crestodian-first-run", stateScenario: "empty" },