opencode
opencode copied to clipboard
feat: add per-project MCP config overrides
Allow project configs to override the 'enabled' field of MCP servers defined in global config without redefining the full configuration. This enables two patterns:
- Define MCPs globally, disable per-project
- Define MCPs globally disabled, enable per-project
Added 'Missing configuration' error when an override references an MCP that has no base config defined.
UI: Right-align MCP status labels in sidebar to match Modified Files.
As discussed in #4525.
/review
lgtm