Skip to content

Commit 54b5414

Browse files
fix: rebase
1 parent 78d8bd2 commit 54b5414

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CodexAcpClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ export class CodexAcpClient {
348348
private createMcpSeverConfig(mcpServer: McpServer): JsonObject {
349349
if ("type" in mcpServer) {
350350
switch (mcpServer.type) {
351+
case "acp":
352+
throw RequestError.invalidRequest("Codex doesn't support MCP ACP transport protocol")
351353
case "sse":
352354
throw RequestError.invalidRequest("Codex doesn't support MCP SSE transport protocol")
353355
case "http":

0 commit comments

Comments
 (0)