Uh oh!
There was an error while loading. Please reload this page.
feat(vscode): auto-detect and register vscode-mcp-server - #7122
Conversation
When the vscode-mcp-server extension is installed, automatically register it with opencode on terminal startup. This allows opencode to access VSCode MCP tools without manual configuration. Adds a new `opencode.autoDetectMcpServer` setting (default: true) to control this behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The following comment was made by an LLM, it may be inaccurate: Found 2 potentially related PRs:
Check if PR #7119 is being worked on in parallel or if it should be coordinated with PR #7122, as they both address MCP server functionality in the VSCode environment. |
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
f1ae801 to
08fa7f7CompareClosing 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. |
When the vscode-mcp-server extension is installed, automatically register
it with opencode on terminal startup. This allows opencode to access
VSCode MCP tools without manual configuration.
Adds a new
opencode.autoDetectMcpServersetting (default: true) tocontrol this behavior.
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com