Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Comments

Close side panel

fix: Make OAuth fully optional for remote MCP servers#5782

Closed
dcramer wants to merge 1 commit intoanomalyco:devanomalyco/opencode:devfrom
dcramer:feat/auto-discover-oauth-scopesdcramer/opencode:feat/auto-discover-oauth-scopesCopy head branch name to clipboard
Closed

fix: Make OAuth fully optional for remote MCP servers#5782
dcramer wants to merge 1 commit intoanomalyco:devanomalyco/opencode:devfrom
dcramer:feat/auto-discover-oauth-scopesdcramer/opencode:feat/auto-discover-oauth-scopesCopy head branch name to clipboard

Conversation

@dcramer
Copy link

@dcramer dcramer commented Dec 19, 2025

OAuth is implied for all remote services, rather than explicitly
assigned in configuration.

Users can now use a minimal config:

{
  "mcp": {
    "my-server": {
      "type": "remote",
      "url": "https://example.com/mcp"
    }
  }
}

Use "oauth": false only to explicitly disable OAuth auto-detection.

OAuth is implied for all remote services, rather than explicitly
assigned in configuration.

Users can now use a minimal config:
```json
{
  "mcp": {
    "my-server": {
      "type": "remote",
      "url": "https://example.com/mcp"
    }
  }
}
```

Use `"oauth": false` only to explicitly disable OAuth auto-detection.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dcramer
Copy link
Author

dcramer commented Dec 19, 2025

Alright content w/ this - seems like an ok compromise. Not sure if there's an easy way to test locally, but this is how I'd expect MCP configuration to work.

@skbolton
Copy link

There's also #5537

@github-actions
Copy link
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions bot closed this Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.