Skip to content

Commit 07dd995

Browse files
Patch release 2 (#2721)
2 parents 56ce7a0 + 29cf5e9 commit 07dd995

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

guides/protocols/mcp.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,14 @@ To consume them, you need an MCP client. For local testing, you can use tools li
184184
brew install claude-code
185185
```
186186

187-
2. Configure it to use the Hyperspace proxy:
188-
```sh
189-
hai configure claude-code
190-
```
191-
192-
3. Optionally add [Claude Code for VSCode](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code):
187+
2. Optionally add [Claude Code for VSCode](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code):
193188

194189
```shell
195190
code --install-extension anthropic.claude-code
196191
```
197192

193+
<div id="haiclaude" />
194+
198195
### Using OpenCode
199196

200197
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
203200
npm i -g opencode-ai
204201
```
205202

206-
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/)
207-
203+
<div id="haiopencode" />
208204

209205

210206
### Run your CAP server

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capire/docs",
3-
"version": "2026.5.3",
3+
"version": "2026.5.5",
44
"description": "Capire on VitePress",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)