@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
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "0.0.0-dev-202601170410",
4
+ "version": "0.0.0-dev-202601170636",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {