diff --git a/guides/protocols/mcp.md b/guides/protocols/mcp.md index 71ea6da4c..f63dc6e27 100644 --- a/guides/protocols/mcp.md +++ b/guides/protocols/mcp.md @@ -184,17 +184,14 @@ To consume them, you need an MCP client. For local testing, you can use tools li brew install claude-code ``` -2. Configure it to use the Hyperspace proxy: - ```sh - hai configure claude-code - ``` - -3. Optionally add [Claude Code for VSCode](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code): +2. Optionally add [Claude Code for VSCode](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code): ```shell code --install-extension anthropic.claude-code ``` +
+ ### Using OpenCode 1. Install [OpenCode](https://opencode.ai/), for example via npm: @@ -203,8 +200,7 @@ To consume them, you need an MCP client. For local testing, you can use tools li npm i -g opencode-ai ``` -2. Configure it to use LLMs through the Hyperspace proxy, or an existing GitHub Copilot setup, by following the instructions in the [Hyperspace documentation](https://ai-docs.portal.hyperspace.tools.sap/llm-proxy/recipes/opencode/) - +
### Run your CAP server