@opencode-ai/sdk 0.0.0-dev-202601170410 → 0.0.0-dev-202601170636
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.
|
@@ -1341,10 +1341,6 @@ export type McpOAuthConfig = {
|
|
|
1341
1341
|
* OAuth scopes to request during authorization
|
|
1342
1342
|
*/
|
|
1343
1343
|
scope?: string;
|
|
1344
|
-
/**
|
|
1345
|
-
* OAuth redirect URI (default: http://127.0.0.1:19876/mcp/oauth/callback).
|
|
1346
|
-
*/
|
|
1347
|
-
redirectUri?: string;
|
|
1348
1344
|
};
|
|
1349
1345
|
export type McpRemoteConfig = {
|
|
1350
1346
|
/**
|