[PR #5782] fix: Make OAuth fully optional for remote MCP servers #11588

Open
opened 2026-02-16 18:16:27 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5782

State: open
Merged: No


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.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5782 **State:** open **Merged:** No --- 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.
yindo added the pull-request label 2026-02-16 18:16:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11588