Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions guides/protocols/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<div id="haiclaude" />

### Using OpenCode

1. Install [OpenCode](https://opencode.ai/), for example via npm:
Expand All @@ -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/)

<div id="haiopencode" />


### Run your CAP server
Expand Down
Loading