schema
{}
displayName
Codex MCP: Continue Conversation
description
MCP tool exposed by `codex mcp-server` to continue an existing Codex conversation by thread id and prompt.
inputSchema
type
object
required
properties
conversationId
description
Deprecated alias for threadId retained by the Codex MCP tool.
type
string
prompt
description
The next user prompt to continue the Codex conversation.
type
string
threadId
description
The thread id for this Codex session.
type
string
outputSchema
type
object
required
properties
mode
normal
streamable
true
timeoutMs
120000