[docs] Update documentation for OpenCode remote MCP server headers (2026-04-10)#659
Closed
danielmeppiel wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for OpenCode remote MCP server headers (2026-04-10)#659danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
Update ide-tool-integration.md to: - Split MCP server row into local/remote entries to document that remote servers (url + headers) are also supported in opencode.json - Add OpenCode to the input variable support table Follows the fix in #622 which corrected header propagation through the OpenCode MCP adapter. Co-authored-by: Copilot <[email protected]>
|
This pull request was automatically closed because it expired on 2026-04-12T03:50:06.548Z.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-04-10
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
headersfield propagation (from fix: propagate headers through OpenCode MCP adapter #622)Changes Made
docs/src/content/docs/integrations/ide-tool-integration.md:commandarray +environment) and remote (HTTP/SSE,url+headers+environment) to reflect that both server types are fully supported and thatheadersare correctly propagated\$\{input:...}variable support table, clarifying that OpenCode does not support VS Code-style runtime prompts (use environment variables instead)Merged PRs Referenced
Notes
The fix in #622 was a bug correction: remote MCP servers defined with
url+headersinapm.ymlwere silently dropping theheadersfield when writing toopencode.json. The fix ensuresheadersare now included in the output. The docs previously did not document remote server support for OpenCode at all, so this update fills that gap.