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: README.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
@@ -187,7 +187,6 @@ This is the default config that has Xcode MCP enabled by default. To regenerate
187
187
"timeouts": {
188
188
"requestTimeoutSeconds": 300,
189
189
"streamingEndpointTimeoutSeconds": 300,
190
-
"defaultEndpointTimeoutSeconds": 60,
191
190
"httpClientTimeoutSeconds": 300
192
191
}
193
192
}
@@ -205,7 +204,6 @@ To use the non MCP version just remove the whole 'xcode' object from the json.
205
204
"timeouts": {
206
205
"requestTimeoutSeconds": 300,
207
206
"streamingEndpointTimeoutSeconds": 300,
208
-
"defaultEndpointTimeoutSeconds": 60,
209
207
"httpClientTimeoutSeconds": 300
210
208
}
211
209
}
@@ -264,7 +262,6 @@ An optional object controlling the various timeout durations used by the server.
264
262
|---|---|---|---|
265
263
|`requestTimeoutSeconds`|`number`|`300`| Maximum time the server waits for a complete streaming response from the Copilot API before cancelling the request and returning a timeout error to Xcode. |
266
264
|`streamingEndpointTimeoutSeconds`|`number`|`300`| Per-request `URLRequest` timeout for streaming endpoints (`/chat/completions` and `/responses`). Controls how long the underlying URL session waits before the connection is considered timed out. |
267
-
|`defaultEndpointTimeoutSeconds`|`number`|`60`| Per-request `URLRequest` timeout for all non-streaming endpoints (e.g. model listing, token exchange). |
268
265
|`httpClientTimeoutSeconds`|`number`|`300`| Session-level `timeoutIntervalForRequest` applied to the shared `URLSession` used by the HTTP client. |
0 commit comments