Fix Codex MCP supervise registration after --transport CLI change #247

Closed
opened 2026-06-23 00:01:27 -04:00 by didericis-codex · 0 comments
Collaborator

Problem

Starting a bot-bottle currently emits this warning when registering the supervise MCP server:

bot-bottle: warning: `codex mcp add supervise` failed (exit 2): error: unexpected argument '--transport' found

  tip: to pass '--transport' as a value, use '-- --transport'

This suggests bot-bottle is invoking codex mcp add supervise with an argument shape that no longer matches the installed Codex CLI.

Expected behavior

Bot-bottle should register the supervise MCP server without warning on supported Codex CLI versions.

Notes

Check the current codex mcp add syntax and update the registration command accordingly. If multiple Codex CLI versions need to be supported, detect the accepted syntax or fall back gracefully.

## Problem Starting a bot-bottle currently emits this warning when registering the supervise MCP server: ```text bot-bottle: warning: `codex mcp add supervise` failed (exit 2): error: unexpected argument '--transport' found tip: to pass '--transport' as a value, use '-- --transport' ``` This suggests bot-bottle is invoking `codex mcp add supervise` with an argument shape that no longer matches the installed Codex CLI. ## Expected behavior Bot-bottle should register the `supervise` MCP server without warning on supported Codex CLI versions. ## Notes Check the current `codex mcp add` syntax and update the registration command accordingly. If multiple Codex CLI versions need to be supported, detect the accepted syntax or fall back gracefully.
didericis-codex added the Kind/Bug label 2026-06-23 00:01:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#247