[BUG] Claude Code on iOS stops when permission is required and there is no way to approve

Resolved 💬 4 comments Opened Feb 26, 2026 by jokarl Closed Mar 27, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

When I run Claude Code on iOS connected to a repo with a .mcp.json that contains this:

{
  "mcpServers": {
    "deepwiki": {
      "type": "http",
      "url": "https://mcp.deepwiki.com/mcp"
    }
  }
}

Claude stops and there is no way to approve the request. When I view the same chat on the MacOS app, I can approve it there.

This hangs indefinitely.

What Should Happen?

I get prompted for approval, or able to run full auto.

Error Messages/Logs

No error messages, see screenshot.

Steps to Reproduce

Add .mcp.json that contains this in (private) repo:

{
  "mcpServers": {
    "deepwiki": {
      "type": "http",
      "url": "https://mcp.deepwiki.com/mcp"
    }
  }
}

Launch a Claude Code session on iOS pointing to this repo. Ask it to use the MCP server.

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

_No response_

Claude Code Version

1.260223.2

Platform

Anthropic API

Operating System

Other

Terminal/Shell

Other

Additional Information

!Image

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗