-
Notifications
You must be signed in to change notification settings - Fork 10.9k
MCP resume_path for Codex sessions #10122
Copy link
Copy link
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestmcpIssues related to the use of model context protocol (MCP) serversIssues related to the use of model context protocol (MCP) serversmcp-serverIssues related to the use of the `codex mcp-server` subcommandIssues related to the use of the `codex mcp-server` subcommand
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmcpIssues related to the use of model context protocol (MCP) serversIssues related to the use of model context protocol (MCP) serversmcp-serverIssues related to the use of the `codex mcp-server` subcommandIssues related to the use of the `codex mcp-server` subcommand
Type
Fields
Give feedbackNo fields configured for issues without a type.
Discussed in #10121
Originally posted by rabsef-bicrym January 28, 2026
I would like to propose adding
resume_pathsupport to the Codex MCP tool so MCP clients can resume prior sessions across desktop and mobile. A tested implementation is available in #10117.Motivation
This matters for MCP clients like Happy CLI that provide a mobile surface on top of a local Codex process.
Implementation
#10117 includes:
resume_pathin the MCP tool schemaThis simply exposes existing Codex resume behavior through MCP.
Contribution policy
I’ve read the invitation-only contribution update and understand the shift toward high‑signal discussion and prioritization. Sharing this here in case it aligns with the roadmap or a known need (in addition to the use case of Happy CLI resume).
Companion work
Happy CLI side: slopus/happy-cli#151 uses the MCP resume-path to provide a clean resume picker and consistent mobile/desktop experience.
Request
If this is aligned, I’d appreciate feedback on the approach in #10117. If there’s a preferred shape for MCP resume or a different path the team wants, I’m happy to adjust or drop the change.