-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Labels
enhancementNew feature or requestNew feature or requestmcp-serverIssues related to the use of the `codex mcp-server` subcommandIssues related to the use of the `codex mcp-server` subcommand
Description
The codex MCP tool descriptions are too sparse for AI agents to use effectively without external documentation.
Current state:
modelfield says "e.g. 'gpt-5.2', 'gpt-5.2-codex'" but doesn't list available optionsconfigfield doesn't mentionmodel_reasoning_effortor valid values
Suggested improvement:
- List available models in the
modeldescription: gpt-5.2-codex, gpt-5.1-codex-max, gpt-5.1-codex, gpt-5-codex, gpt-5 - Document common config keys in the
configdescription, especiallymodel_reasoning_effort(minimal, low, medium, high, xhigh)
This would allow AI agents using the MCP to know what values are valid without needing to web search or consult external docs.
File: codex-rs/mcp-server/src/codex_tool_config.rs
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmcp-serverIssues related to the use of the `codex mcp-server` subcommandIssues related to the use of the `codex mcp-server` subcommand