You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/troubleshooting.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,5 @@ When the proxy runs in `--refresh-code-issues-mode upstream`, Xcode's live diagn
82
82
- If a client bursts too many queued refreshes for the same tab in `upstream` mode, the proxy may return `refresh queue overloaded` instead of letting the queue grow without bound.
83
83
- If you need Xcode's native live diagnostics behavior, start the proxy with `--refresh-code-issues-mode upstream` (or `MCP_XCODE_REFRESH_CODE_ISSUES_MODE=upstream`).
84
84
85
-
## Xcode dialog does not appear
86
-
Make sure `--lazy-init` is not set (when enabled, the dialog appears on the first request instead of at startup).
Note: when using `--upstream-processes` > 1, fixing the session id via `--session-id` / `MCP_XCODE_SESSION_ID` can help reduce permission dialog prompts in Xcode.
130
-
131
120
#### Options
132
121
133
122
| Option | Description |
@@ -136,14 +125,39 @@ Note: when using `--upstream-processes` > 1, fixing the session id via `--sessio
| `--refresh-code-issues-mode proxy|upstream` |Serve `XcodeRefreshCodeIssuesInFile` via proxy navigator issues (`proxy`, default) or pass through to Xcode live diagnostics (`upstream`)|
144
-
|`--lazy-init`|Delay initialization until first request|
130
+
|`--request-timeout seconds`| Request timeout (`0` disables non-initialize timeouts; `initialize` still uses a bounded handshake timeout) |
131
+
|`--config path`|Path to proxy config TOML for overriding the upstream handshake|
132
+
|`--refresh-code-issues-mode mode`|Serve `XcodeRefreshCodeIssuesInFile` via proxy navigator issues (`proxy`, default) or pass through to Xcode live diagnostics (`upstream`)|
145
133
|`--force-restart`| If the listen port is in use, terminate an existing `xcode-mcp-proxy-server` and restart |
0 commit comments