mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
committed by
GitHub
parent
b0679d1f13
commit
e681569536
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user