fix(proxy): explain Xcode MCP access timeouts - #188
Conversation
Document the global Xcode MCP access switch separately from per-connection approval. Add actionable, non-causal recovery metadata to tools/list timeout logs so operators can diagnose silent attachment failures.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0deafe6ac1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Keep retry events concise and emit a multiline warning only for the first tools/list timeout. Use control-plane retry ordinals for deduplication and document the actual bridge attachment event name.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 884b19ae7b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Codex Review: Didn't find any major issues. Can't wait for the next one! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Codex Review: Didn't find any major issues. Chef's kiss. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Purpose
Xcode can initialize
mcpbridgewithout returningtools/listwhen the global external-agent access setting is disabled. The proxy previously surfaced only repeated route or attachment timeout lines, making a live Xcode process look unattached without a readable next step.Changes
--auto-approve, and macOS Accessibility permission.route_activation_timeoutandbridge_pool_attach_verification_completed success=false reason=timeoutevents.tools/listtimeout in each recovery incident.Validation
scripts/check.shremainingshard command: 425 tests passed.RuntimeCoordinatorRecoveryTestsshard command: 45 tests passed.swift test --filter 'ControlPlaneAuthorityTests|httpRequestLeaseTimeoutReleasesSessionAndStartsNextQueuedRequest' -Xswiftc -strict-concurrency=minimal: 50 tests passed.main(3c1278ad...): no P0-P3 findings.git diff --check