Fix Codex MCP supervise registration after --transport CLI change #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Starting a bot-bottle currently emits this warning when registering the supervise MCP server:
This suggests bot-bottle is invoking
codex mcp add supervisewith an argument shape that no longer matches the installed Codex CLI.Expected behavior
Bot-bottle should register the
superviseMCP server without warning on supported Codex CLI versions.Notes
Check the current
codex mcp addsyntax and update the registration command accordingly. If multiple Codex CLI versions need to be supported, detect the accepted syntax or fall back gracefully.