Add MCP tool call item to codex exec (#4481)

No arguments/results for now.
```
{
  "type": "item.started",
  "item": {
    "id": "item_1",
    "item_type": "mcp_tool_call",
    "server": "github",
    "tool": "search_issues",
    "status": "in_progress"
  }
}
{
  "type": "item.completed",
  "item": {
    "id": "item_1",
    "item_type": "mcp_tool_call",
    "server": "github",
    "tool": "search_issues",
    "status": "completed"
  }
}
```
This commit is contained in:
pakrym-oai
2025-09-29 19:45:11 -07:00
committed by GitHub
parent 52e591ce60
commit a8edc57740
4 changed files with 188 additions and 0 deletions

View File

@@ -58,3 +58,4 @@ tempfile = { workspace = true }
uuid = { workspace = true }
walkdir = { workspace = true }
wiremock = { workspace = true }
mcp-types = { workspace = true }