Skip to content

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

Description

@jokarl

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions