@opencode-ai/sdk 0.0.0-dev-202601151624 → 0.0.0-dev-202601151652
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1313,7 +1313,7 @@ export type McpLocalConfig = {
|
|
|
1313
1313
|
*/
|
|
1314
1314
|
enabled?: boolean;
|
|
1315
1315
|
/**
|
|
1316
|
-
* Timeout in ms for
|
|
1316
|
+
* Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.
|
|
1317
1317
|
*/
|
|
1318
1318
|
timeout?: number;
|
|
1319
1319
|
};
|
|
@@ -1355,7 +1355,7 @@ export type McpRemoteConfig = {
|
|
|
1355
1355
|
*/
|
|
1356
1356
|
oauth?: McpOAuthConfig | false;
|
|
1357
1357
|
/**
|
|
1358
|
-
* Timeout in ms for
|
|
1358
|
+
* Timeout in ms for MCP server requests. Defaults to 5000 (5 seconds) if not specified.
|
|
1359
1359
|
*/
|
|
1360
1360
|
timeout?: number;
|
|
1361
1361
|
};
|