docs: add OpenCode MCP install instructions#962
Conversation
Deploying devcycle-docs with
|
| Latest commit: |
b8476a0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4563742c.devcycle-docs.pages.dev |
| Branch Preview URL: | https://docs-add-opencode-mcp-instal.devcycle-docs.pages.dev |
There was a problem hiding this comment.
Pull request overview
Adds OpenCode as an additional MCP client option in the docs, providing configuration snippets for both hosted (remote) and local MCP usage.
Changes:
- Added an OpenCode tab to MCP Reference (local server configuration example).
- Added an OpenCode tab to MCP Getting Started (hosted server + OAuth authentication flow).
- Updated the MCP install partial to include a minimal OpenCode
opencode.jsonsnippet.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/cli-mcp/mcp-reference.md | Adds OpenCode to the local MCP server “AI Editor Configuration” tabs. |
| docs/cli-mcp/mcp-getting-started.md | Adds OpenCode to the hosted MCP setup tabs, including auth guidance. |
| docs/_partials/mcpInstall.mdx | Adds a short OpenCode config snippet to the install callout. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Adds OpenCode as an MCP client option across the DevCycle MCP docs, covering both remote (hosted) and local (stdio) setup paths.
Changes:
- Added an OpenCode tab to the MCP Getting Started guide with remote server config and an explicit
opencode mcp authOAuth step. - Added an OpenCode tab to the MCP Reference guide with local
dvc-mcpcommand configuration. - Updated the MCP install partial to include an OpenCode
opencode.jsonremote configuration snippet.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/cli-mcp/mcp-reference.md | Adds OpenCode configuration example for local MCP server usage (dvc-mcp). |
| docs/cli-mcp/mcp-getting-started.md | Adds OpenCode setup instructions for remote MCP server + authentication flow. |
| docs/_partials/mcpInstall.mdx | Adds OpenCode snippet to the shared MCP install callout. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Adds OpenCode as an additional MCP client option across the documentation, covering both remote (hosted) MCP setup and local MCP server configuration, and surfacing the key install/auth commands in the shared install partial.
Changes:
- Add an OpenCode tab to the MCP Getting Started guide with CLI-based remote server setup + authentication steps.
- Add an OpenCode tab to the MCP Reference guide with
opencode.jsonlocal MCP server configuration. - Update the shared MCP install partial to include the OpenCode add/auth commands.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/cli-mcp/mcp-reference.md | Adds OpenCode local MCP server configuration snippet for opencode.json. |
| docs/cli-mcp/mcp-getting-started.md | Adds OpenCode remote MCP setup and OAuth authentication steps via the OpenCode CLI. |
| docs/_partials/mcpInstall.mdx | Adds a concise OpenCode install/auth command hint alongside other client options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Adds OpenCode as an MCP client option in the DevCycle MCP docs, covering both remote (hosted) setup in the getting-started guide and local server setup in the reference guide.
Changes:
- Added an OpenCode tab to the MCP getting started guide with
opencode mcp add+opencode mcp authsteps for the hosted server. - Added an OpenCode tab to the MCP reference guide with
opencode mcp addinstructions for adding the localdvc-mcpserver.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/cli-mcp/mcp-getting-started.md | Documents OpenCode remote server setup and authentication flow. |
| docs/cli-mcp/mcp-reference.md | Documents OpenCode local MCP server setup via interactive CLI prompts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| Run the following command and follow the interactive prompts to add the DevCycle MCP server (name: `devcycle`, type: `remote`, url: `https://mcp.devcycle.com/mcp`): | ||
|
|
||
| ```bash | ||
| opencode mcp add | ||
| ``` | ||
|
|
||
| **Step 2: Authenticate** | ||
|
|
||
| Run the following command to authenticate with DevCycle: | ||
|
|
||
| ```bash | ||
| opencode mcp auth devcycle | ||
| ``` |
Summary
opencode.jsonconfig with remote/local MCP server support and automatic OAuth handling