codex - 💡(How to fix) Fix # Bug Report: Computer Use MCP tools return "unsupported call"

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Computer Use plugin MCP tools (mcp__computer_use__list_apps, mcp__computer_use__get_app_state, etc.) consistently return "unsupported call" despite the MCP server processes running correctly.

Root Cause

Computer Use plugin MCP tools (mcp__computer_use__list_apps, mcp__computer_use__get_app_state, etc.) consistently return "unsupported call" despite the MCP server processes running correctly.

RAW_BUFFERClick to expand / collapse

Description

Computer Use plugin MCP tools (mcp__computer_use__list_apps, mcp__computer_use__get_app_state, etc.) consistently return "unsupported call" despite the MCP server processes running correctly.

Steps to Reproduce

  1. Enable Computer Use plugin in Codex App
  2. Grant Accessibility permissions to Codex App and Codex Computer Use
  3. Restart Codex App
  4. Attempt to call any mcp__computer_use__* tool
  5. Tool returns "unsupported call"

Expected Behavior

MCP tools should route calls to the SkyComputerUseClient MCP server and return results.

Actual Behavior

All Computer Use MCP tool calls return "unsupported call" immediately.

Environment

  • Codex App version: 26.527.30818 (also reproduced on 26.519.81530)
  • macOS: Sequoia 15.x
  • Hardware: Apple Silicon (M-series)

Investigation

MCP server processes are confirmed running (SkyComputerUseService + SkyComputerUseClient). Direct MCP protocol test succeeds:

echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}' | SkyComputerUseClient mcp
Returns valid JSON-RPC response. .mcp.json configuration is correct. Codex App logs show plugin loaded but no MCP connection establishment. Browser plugin works correctly in same environment.

Additional Notes
Issue persists across app restarts, plugin reinstalls, and accessibility permission resets
Both ~/.codex/computer-use/ and ~/.codex/plugins/cache/ paths tested

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix # Bug Report: Computer Use MCP tools return "unsupported call"